mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-15 05:23:59 +01:00
Dropping trailing whitespaces
This commit is contained in:
@@ -287,7 +287,7 @@ class SafeConstructor(BaseConstructor):
|
||||
return str(value).decode('base64')
|
||||
except (binascii.Error, UnicodeEncodeError), exc:
|
||||
raise ConstructorError(None, None,
|
||||
"failed to decode base64 data: %s" % exc, node.start_mark)
|
||||
"failed to decode base64 data: %s" % exc, node.start_mark)
|
||||
|
||||
timestamp_regexp = re.compile(
|
||||
ur'''^(?P<year>[0-9][0-9][0-9][0-9])
|
||||
|
||||
Reference in New Issue
Block a user