Fix path and graphFrame issue. I could have sworn these were already fixed during the previous merge...

This commit is contained in:
blitzman
2017-02-25 19:06:39 -05:00
parent 6eddfd2694
commit 94c098cce3
2 changed files with 1 additions and 16 deletions

View File

@@ -185,7 +185,7 @@ if __name__ == "__main__":
else:
savePath_filename = "Pyfa.log"
savePath_Destination = config.getSavePath(savePath_filename)
savePath_Destination = os.path.join(config.savePath, savePath_filename)
try:
if options.debug: