Skip to content

Commit e99dd8b

Browse files
committed
Not not
1 parent 22521e4 commit e99dd8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataflow_transfer/dataflow_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def process_run(run_dir, sequencer, config):
2525
if (
2626
run.final_sync_successful
2727
and run.has_status("transferred_to_hpc")
28-
and not run.metadata_synced
28+
and run.metadata_synced
2929
):
3030
# Check transfer success both in statusdb and via exit code file
3131
# To restart transfer, remove the exit code file

0 commit comments

Comments
 (0)