mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-28 14:50:08 +03:00
parent
82bcbbf4c9
commit
e8ed764a0c
@ -34,7 +34,7 @@ try:
|
||||
stdout=PIPE)
|
||||
git_version = out.communicate()[0].rstrip().decode('utf-8')
|
||||
except OSError:
|
||||
git_version = "not known"
|
||||
git_version = ARGUMENTS.get('gitversion', 'not known')
|
||||
|
||||
# This is the absolute path where the project is located
|
||||
cwd = os.getcwd()
|
||||
|
Loading…
x
Reference in New Issue
Block a user