Skip to content
Snippets Groups Projects
Commit bbab12cf authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch '488-plotting-test-failing-on-released-version' into 'master'

Resolve "Plotting test failing on released version"

Closes #488

See merge request lscsoft/bilby!796
parents e286ab3f 4c936095
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ def write_version_file(version):
except Exception as e:
print("Unable to obtain git version information, exception: {}"
.format(e))
git_status = ''
git_status = 'release'
version_file = '.version'
if os.path.isfile(version_file) is False:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment