Skip to content
Snippets Groups Projects
Commit 97a502f5 authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

Bugfix setup.py

parent 64286d5e
No related branches found
No related tags found
No related merge requests found
Pipeline #334816 passed
......@@ -35,7 +35,7 @@ def get_version():
git_describe = f.readline()
f.close()
version = None
version = git_describe
split_describe = git_describe.split('-')
if (len(split_describe) > 1):
raise Exception("I do not want to build this package since you did not tag your current state of work.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment