Commit c3e434ae authored by aiss's avatar aiss
Browse files

Update setup.py

parent d335bffa
......@@ -178,6 +178,7 @@ if command_exists('git') and 'DS_BUILD_STRING' not in os.environ:
git_hash = result.decode('utf-8').strip()
result = subprocess.check_output(git_branch_cmd, shell=True)
git_branch = result.decode('utf-8').strip()
git_hash +="dtk22.04"
except subprocess.CalledProcessError:
git_hash = "unknown"
git_branch = "unknown"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment