/Remote/Local/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 5f358a5ef1
commit d2878e931e
  1. 2
      lib/cdist/exec/local.py

@ -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…
Cancel
Save