summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/setup.py b/openstack/common/setup.py
index cc8b99e..fb187ff 100644
--- a/openstack/common/setup.py
+++ b/openstack/common/setup.py
@@ -282,7 +282,7 @@ def get_version_from_git(pre_version):
if os.path.isdir('.git'):
if pre_version:
try:
- return _run_shell_command(
+ return _run_shell_command(
"git describe --exact-match",
throw_on_error=True).replace('-', '.')
except Exception: