/Remote/Local/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-12 16:50:21 +02:00
parent 5f358a5ef1
commit d2878e931e
1 changed files with 1 additions and 1 deletions

View File

@ -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):