Merge remote-tracking branch 'telmich/master'
This commit is contained in:
commit
fb2a3cb06e
2 changed files with 3 additions and 2 deletions
|
|
@ -40,7 +40,8 @@ class LocalScriptError(cdist.Error):
|
|||
self.script_content = script_content
|
||||
|
||||
def __str__(self):
|
||||
return "Local script execution failed: %s %s" % (self.script, self.command)
|
||||
plain_command = " ".join(self.command)
|
||||
return "Local script execution failed: %s %s" % (self.script, plain_command)
|
||||
|
||||
|
||||
class Local(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue