From 44a2bee4014a9a34991e5a54e4339d7ffd0b2141 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 25 Jul 2017 14:56:43 +0200 Subject: [PATCH] Update commandManager.py --- src/fenrir/core/commandManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir/core/commandManager.py b/src/fenrir/core/commandManager.py index 8cb1078c..24e91caa 100644 --- a/src/fenrir/core/commandManager.py +++ b/src/fenrir/core/commandManager.py @@ -89,7 +89,7 @@ class commandManager(): self.env['runtime']['debug'].writeDebugOut("scriptpath not readable:" + scriptPath ,debug.debugLevel.ERROR) return 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: invalid = False try: