PEP8: fix spacing

pull/4420/head
Michael DeHaan 2013-08-03 14:55:38 -04:00
parent 4400bbdc55
commit de14995b8c
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class RpmKey:
if self.syslogging:
syslog.openlog('ansible-%s' % os.path.basename(__file__))
syslog.syslog(syslog.LOG_NOTICE, 'Command %s' % '|'.join(cmd))
rc, stdout, stderr = self.module.run_command(cmd)
rc, stdout, stderr = self.module.run_command(cmd)
if rc != 0:
self.module.fail_json(msg=stderr)
return stdout, stderr