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

Simplify version information when no git data available

parent 99d9f275
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ try:
else:
status = '(UNCLEAN) ' + git_log
except subprocess.CalledProcessError:
status = "NO VERSION INFORMATION"
status = ""
version_file = '.version'
with open('tupak/' + version_file, 'w+') as f:
......
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