Little fix for install paramecio without modules

This commit is contained in:
Antonio de la Rosa 2016-08-25 01:04:16 +02:00
parent b5c05057e6
commit 67457d4d6c

View file

@ -288,6 +288,8 @@ def start():
# Install modules # Install modules
if args.modules!=None:
if args.modules.strip()!='': if args.modules.strip()!='':
arr_modules=args.modules.split(',') arr_modules=args.modules.split(',')