Update util.py

bugfix
This commit is contained in:
Tuncay ÇOLAK 2017-08-27 10:06:02 +03:00 committed by GitHub
parent bdec1d2880
commit b9ce07bcad

View file

@ -174,6 +174,7 @@ class Util:
command.append(script_path)
else:
raise Exception('[Util] Script is required')
if parameters is not None:
for p in parameters:
command.append(p)