Merge "Fix broken fail_json in zuul_console"

This commit is contained in:
Zuul 2018-02-13 21:40:24 +00:00 committed by Gerrit Code Review
commit aafb7e615f
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ def main():
inode = get_inode()
if not inode:
module.fail_json(
"Could not find inode for port",
msg="Could not find inode for port",
exceptions=[])
pid, exceptions = get_pid_from_inode(inode)