Skip to content
Snippets Groups Projects
Commit 0b048e91 authored by juga's avatar juga
Browse files

Switch header to two lines

parent aff900dc
Branches
Tags
No related merge requests found
......@@ -30,6 +30,6 @@ class V3BwHeader(object):
def __str__(self):
"""Return header string following spec version 1.1.0."""
frmt = '{timestamp} version={version} software={software} ' \
frmt = '{timestamp}\nversion={version} software={software} ' \
'software_version={software_version}\n'
return frmt.format(**self.__dict__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment