Reset manually to original.

Limited connectivity, but have extra time, so doing it online. Will be fixed in a separate branch.
This commit is contained in:
Darko Poljak 2016-03-18 12:29:16 +01:00
parent 3ae042f2cd
commit 6ae94df0a1
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Local(object):
except subprocess.CalledProcessError:
raise cdist.Error("Command failed: " + " ".join(command))
except OSError as error:
raise cdist.Error(" ".join(*args) + ": " + error.args[1])
raise cdist.Error(" ".join(*args) + ": " + error.args[1])
finally:
if message_prefix:
message.merge_messages()