mirror of
1
0
Fork 0
This commit is contained in:
Yuri Schaeffer 2021-04-28 15:31:05 +02:00 committed by GitHub
commit 2aaa437625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class Protocol():
raise
except:
raise ProtocolException("FATAL: Invalid field_list specification (%s)" %spec)
self.field_list.append({"text":text, "len":bits})
self.field_list.append({"text":text.strip(), "len":bits})
# Parse options
if opts is not None: