-old fixme

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-08 15:14:28 +02:00
parent 2c2a234c74
commit 97f7513f6e
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ class Cdist:
try:
subprocess.check_call(*args, **kargs)
except subprocess.CalledProcessError:
# FIXME: print out shell script!
script_fd = open(script)
log.error("Code that raised the error:\n" + script_fd.read())
script_fd.close()