mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 10:52:17 +03:00
Update util.py
bugfix
This commit is contained in:
parent
bdec1d2880
commit
b9ce07bcad
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ class Util:
|
||||||
command.append(script_path)
|
command.append(script_path)
|
||||||
else:
|
else:
|
||||||
raise Exception('[Util] Script is required')
|
raise Exception('[Util] Script is required')
|
||||||
|
if parameters is not None:
|
||||||
for p in parameters:
|
for p in parameters:
|
||||||
command.append(p)
|
command.append(p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue