mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 18:52:16 +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)
|
||||
else:
|
||||
raise Exception('[Util] Script is required')
|
||||
if parameters is not None:
|
||||
for p in parameters:
|
||||
command.append(p)
|
||||
|
||||
|
|
Loading…
Reference in a new issue