Little fix for install paramecio without modules
This commit is contained in:
parent
b5c05057e6
commit
67457d4d6c
1 changed files with 125 additions and 123 deletions
|
|
@ -288,6 +288,8 @@ def start():
|
|||
|
||||
# Install modules
|
||||
|
||||
if args.modules!=None:
|
||||
|
||||
if args.modules.strip()!='':
|
||||
|
||||
arr_modules=args.modules.split(',')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue