|
@@ -389,7 +389,7 @@ class CLTransformer(Plugin): |
|
|
self.logger.debug( |
|
|
self.logger.debug( |
|
|
"Calling executable [%s] with arguments %s" % |
|
|
"Calling executable [%s] with arguments %s" % |
|
|
(args[0], unicode(args[1:]))) |
|
|
(args[0], unicode(args[1:]))) |
|
|
subprocess.check_call(args) |
|
|
|
|
|
|
|
|
subprocess.check_output(args) |
|
|
except subprocess.CalledProcessError, error: |
|
|
except subprocess.CalledProcessError, error: |
|
|
self.logger.error(traceback.format_exc()) |
|
|
self.logger.error(traceback.format_exc()) |
|
|
self.logger.error(error.output) |
|
|
self.logger.error(error.output) |
|
|