cc_final_message: fix pylint issue

This commit is contained in:
Scott Moser 2012-07-09 17:03:03 -04:00
parent 080070d5cc
commit 58c1debba5

View File

@ -37,7 +37,7 @@ def handle(_name, cfg, cloud, log, args):
if len(args) != 0:
msg_in = str(args[0])
else:
msg_in = util.get_cfg_option_str(cfg, "final_message". msg_in)
msg_in = util.get_cfg_option_str(cfg, "final_message", "")
msg_in = msg_in.strip()
if not msg_in: