Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
juga
sbws
Commits
0b048e91
Commit
0b048e91
authored
Apr 27, 2018
by
juga
Browse files
Switch header to two lines
parent
aff900dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/v3bwfile.py
View file @
0b048e91
...
...
@@ -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}
\n
version={version} software={software} '
\
'software_version={software_version}
\n
'
return
frmt
.
format
(
**
self
.
__dict__
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment