summaryrefslogtreecommitdiffstats
path: root/openstack/common
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2013-01-18 10:59:03 +0000
committerSteven Hardy <shardy@redhat.com>2013-01-18 10:59:03 +0000
commit602aa9ca3a0aa160f3a803432f3fd4a6d529ac69 (patch)
tree9fa7d1e1f3526b96e2e9063d917c11a8264b4fb7 /openstack/common
parent39206ac47afff14c3ed74d82e7d8a3973178cdf5 (diff)
downloadoslo-602aa9ca3a0aa160f3a803432f3fd4a6d529ac69.tar.gz
oslo-602aa9ca3a0aa160f3a803432f3fd4a6d529ac69.tar.xz
oslo-602aa9ca3a0aa160f3a803432f3fd4a6d529ac69.zip
trivial pep whitespace fix
Fix multiple spaces after keyword pep8 error, causes our pep8 gate to fail (pep8 1.3.4) Change-Id: I67ab86ce17a1a91f8dab61efb18b83b22d2e1488 Signed-off-by: Steven Hardy <shardy@redhat.com>
Diffstat (limited to 'openstack/common')
-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 403f9ee..7267a6a 100644
--- a/openstack/common/setup.py
+++ b/openstack/common/setup.py
@@ -260,7 +260,7 @@ def get_version_from_git():
if the current revision has no tag."""
if os.path.isdir('.git'):
- return _run_shell_command(
+ return _run_shell_command(
"git describe --always").replace('-', '.')
return None