commit | c6d28dda61d002412f688e36fcef36962f5b5231 | [log] [tgz] |
---|---|---|
author | Ales Komarek <akomarek@mirantis.com> | Wed Dec 28 12:59:38 2016 +0100 |
committer | Ales Komarek <akomarek@mirantis.com> | Wed Dec 28 12:59:38 2016 +0100 |
tree | 3eed3a16286a66d22f1294b9dff342a4dafe0be9 | |
parent | e11e87940ec5c1098b398af3217cc94245f99c04 [diff] |
No python module prefix Change-Id: I6e9a6da78eb69bb536087f4d232a0beb23ac48ae
diff --git a/src/com/mirantis/mk/python.groovy b/src/com/mirantis/mk/python.groovy index b61ea7f..c38347c 100644 --- a/src/com/mirantis/mk/python.groovy +++ b/src/com/mirantis/mk/python.groovy
@@ -196,7 +196,7 @@ cmd = "python ${parserFile} --file '${tableFile}' --type ${type}" if (path) { - rawData = python.runVirtualenvCommand(path, cmd) + rawData = runVirtualenvCommand(path, cmd) } else { rawData = sh (