From 602aa9ca3a0aa160f3a803432f3fd4a6d529ac69 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Fri, 18 Jan 2013 10:59:03 +0000 Subject: 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 --- openstack/common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/common') 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 -- cgit