summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2013-01-30 12:25:19 +0100
committerThierry Carrez <thierry@openstack.org>2013-01-30 12:25:19 +0100
commit9669767847c4bd414f15fadf3668c46d72b9faaf (patch)
treedb82ca80bef3bb3816e222ebbd45518db725cf82
parent8a50c19e0b3eac5cd9e7fa2490b39c154db153d5 (diff)
downloadoslo-9669767847c4bd414f15fadf3668c46d72b9faaf.tar.gz
oslo-9669767847c4bd414f15fadf3668c46d72b9faaf.tar.xz
oslo-9669767847c4bd414f15fadf3668c46d72b9faaf.zip
Fix PEP8 error in oslo-rootwrap
Fix a PEP8 error uncovered during the cinder import of the rootwrap module. A bit weird oslo's own tests didn't catch it. Change-Id: Ib107023dd6e4178dd51b358cf9374e7a8468d1bf
-rwxr-xr-xbin/oslo-rootwrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/oslo-rootwrap b/bin/oslo-rootwrap
index 12b2379..4f5f33b 100755
--- a/bin/oslo-rootwrap
+++ b/bin/oslo-rootwrap
@@ -105,8 +105,8 @@ if __name__ == '__main__':
exec_dirs=config.exec_dirs)
if config.use_syslog:
logging.info("(%s > %s) Executing %s (filter match = %s)" % (
- os.getlogin(), pwd.getpwuid(os.getuid())[0],
- command, filtermatch.name))
+ os.getlogin(), pwd.getpwuid(os.getuid())[0],
+ command, filtermatch.name))
obj = subprocess.Popen(command,
stdin=sys.stdin,