Skip to content
Snippets Groups Projects
Commit 69b2e933 authored by Pawel Szostek's avatar Pawel Szostek
Browse files

generic action: fix error message

parent 6340f39e
Branches
Tags
No related merge requests found
......@@ -55,5 +55,5 @@ class Action(object):
pass
if ok is False:
logging.error("Variable %s must be set in the manifest and equal to %s")
logging.error("Variable %s must be set in the manifest and equal to '%s'." % (name, value))
sys.exit("Exiting")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment