Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
lalsuite
Commits
f3f523aa
Commit
f3f523aa
authored
Feb 09, 2017
by
Leo Pound Singer
Browse files
Track version info API change
Original: 0aac7088bc71670a195b7d295c3fe4b7cf6446a3
parent
f25ac8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lalinference/python/lalinference/bayestar/command.py
View file @
f3f523aa
...
...
@@ -218,8 +218,8 @@ del group
# Defer loading SWIG bindings until version string is needed.
class
VersionAction
(
argparse
.
_VersionAction
):
def
__call__
(
self
,
parser
,
namespace
,
values
,
option_string
=
None
):
from
..
import
InferenceVCS
Version
self
.
version
=
'LALInference '
+
InferenceVCS
V
ersion
from
..
import
InferenceVCS
Info
self
.
version
=
'LALInference '
+
InferenceVCS
Info
.
v
ersion
super
(
VersionAction
,
self
).
__call__
(
parser
,
namespace
,
values
,
option_string
)
...
...
Write
Preview
Markdown
is supported
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