forked from ungleich-public/cdist
-old fixme
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
2c2a234c74
commit
97f7513f6e
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ class Cdist:
|
||||||
try:
|
try:
|
||||||
subprocess.check_call(*args, **kargs)
|
subprocess.check_call(*args, **kargs)
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError:
|
||||||
# FIXME: print out shell script!
|
|
||||||
script_fd = open(script)
|
script_fd = open(script)
|
||||||
log.error("Code that raised the error:\n" + script_fd.read())
|
log.error("Code that raised the error:\n" + script_fd.read())
|
||||||
script_fd.close()
|
script_fd.close()
|
||||||
|
|
Loading…
Reference in a new issue