From c89cb299aa4db0ef7074ce6b85130a1e023953d6 Mon Sep 17 00:00:00 2001 From: Brian G Date: Sun, 31 Mar 2024 22:52:37 -0500 Subject: [PATCH] Correct indentation --- app/correlator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"