Skip to content

Commit

Permalink
fixup flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
herlo committed Nov 20, 2017
1 parent 78b5073 commit 8b440ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linchpin/provision/library/rundb.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def main():
if key in record:
output = record.get(key)
else:
msg = "key '{0}' was not found in record".format(key)
msg = "key '{0}' was not found in"
" record".format(key)
module.fail_json(msg=msg)
else:
msg = "The 'key' value must be passed"
Expand Down

0 comments on commit 8b440ba

Please sign in to comment.