/Remote/Local/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
5f358a5ef1
commit
d2878e931e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class LocalScriptError(cdist.Error):
|
|||
self.script_content = script_content
|
||||
|
||||
def __str__(self):
|
||||
return "Remote script execution failed: %s %s" % (self.script, self.command)
|
||||
return "Local script execution failed: %s %s" % (self.script, self.command)
|
||||
|
||||
|
||||
class Local(object):
|
||||
|
|
Loading…
Reference in a new issue