Update commandManager.py

This commit is contained in:
chrys87 2017-07-25 14:56:43 +02:00 committed by GitHub
parent ec588522b0
commit 44a2bee401

View File

@ -89,7 +89,7 @@ class commandManager():
self.env['runtime']['debug'].writeDebugOut("scriptpath not readable:" + scriptPath ,debug.debugLevel.ERROR) self.env['runtime']['debug'].writeDebugOut("scriptpath not readable:" + scriptPath ,debug.debugLevel.ERROR)
return return
commandList = glob.glob(scriptPath+'*') commandList = glob.glob(scriptPath+'*')
subCommand = os.path.dirname(os.path.realpath(fenrirVersion.__file__)) + '/commands/commands/subprocess.py' subCommand = fenrirPath + '/commands/commands/subprocess.py'
for command in commandList: for command in commandList:
invalid = False invalid = False
try: try: