cc_final_message: fix pylint issue
This commit is contained in:
parent
080070d5cc
commit
58c1debba5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user