Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lalsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
105
Issues
105
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
26
Merge Requests
26
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
lalsuite
Commits
f3f523aa
Commit
f3f523aa
authored
Feb 09, 2017
by
Leo Pound Singer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Track version info API change
Original: 0aac7088bc71670a195b7d295c3fe4b7cf6446a3
parent
f25ac8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lalinference/python/lalinference/bayestar/command.py
lalinference/python/lalinference/bayestar/command.py
+2
-2
No files found.
lalinference/python/lalinference/bayestar/command.py
View file @
f3f523aa
...
@@ -218,8 +218,8 @@ del group
...
@@ -218,8 +218,8 @@ del group
# Defer loading SWIG bindings until version string is needed.
# Defer loading SWIG bindings until version string is needed.
class
VersionAction
(
argparse
.
_VersionAction
):
class
VersionAction
(
argparse
.
_VersionAction
):
def
__call__
(
self
,
parser
,
namespace
,
values
,
option_string
=
None
):
def
__call__
(
self
,
parser
,
namespace
,
values
,
option_string
=
None
):
from
..
import
InferenceVCS
Version
from
..
import
InferenceVCS
Info
self
.
version
=
'LALInference '
+
InferenceVCS
V
ersion
self
.
version
=
'LALInference '
+
InferenceVCS
Info
.
v
ersion
super
(
VersionAction
,
self
).
__call__
(
super
(
VersionAction
,
self
).
__call__
(
parser
,
namespace
,
values
,
option_string
)
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