[molecule.specs.plugins] builtin_plugin: fix shlex usage

This commit is contained in:
Fabio Erculiani
2010-06-17 18:51:47 +02:00
parent 912b87bcf4
commit be2dbfc24e
+1 -1
View File
@@ -587,7 +587,7 @@ class IsoHandler(GenericExecutionStep, BuiltinHandlerMixin):
)
)
# make shell interpreter happy
args = shlex.split(' '.join(args))
args = shlex.split(' '.join(args).encode("utf-8"))
rc = molecule.utils.exec_cmd(args)
if rc != 0:
self._output.output("[%s|%s] %s: %s" % (