From 4678f06eafccb2e78d893efc0500ee1c853b37c8 Mon Sep 17 00:00:00 2001 From: Ruszrok Date: Sat, 18 Jun 2022 20:11:18 +0300 Subject: [PATCH] Fix in getOutputDir Function --- process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.py b/process.py index 8fbdc87..fad31b0 100644 --- a/process.py +++ b/process.py @@ -437,7 +437,7 @@ def getOutputDir(): # Override if we have a file. if args.file != None: return os.path.dirname(args.file.name) - return tracesDir + return args.outputDir class PVal: