diff --git a/app/correlator.py b/app/correlator.py index 36ba293..c05bab4 100755 --- a/app/correlator.py +++ b/app/correlator.py @@ -4126,7 +4126,7 @@ def reportUnhandledException(exc_type, exc_value, exc_traceback): #print "[DEBUG] " + cmd os.system(cmd) - myTempPath = dst_tmp_path + myTempPath = dst_tmp_path if os.access(os.path.join(myTempPath, "success.txt"), os.F_OK) == False: cmd = f"cp {os.path.join('tmp', '*.*')} {myTempPath}"