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
c1cbe4ab
Commit
c1cbe4ab
authored
Apr 27, 2018
by
juga
Browse files
Add attr to store when scanner started
parent
7fbba170
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/v3bwfile.py
View file @
c1cbe4ab
...
...
@@ -29,6 +29,9 @@ class V3BwHeader(object):
self
.
software_version
=
software_version
if
kwargs
.
get
(
'earlier_result_ts'
):
self
.
earlier_result
=
kwargs
[
'earlier_result_ts'
]
if
kwargs
.
get
(
'scanner_started_ts'
):
self
.
scanner_started
=
kwargs
[
'scanner_started_ts'
]
def
__str__
(
self
):
"""Return header string following spec version 1.1.0."""
...
...
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