Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Apr 1, 2024
1 parent 699c95a commit c89cb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/correlator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c89cb29

Please sign in to comment.