Update commandManager.py
This commit is contained in:
parent
ec588522b0
commit
44a2bee401
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user