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

Add a string if no git info is available (assumed release)

parent f9f6c3a3
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