We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22521e4 commit e99dd8bCopy full SHA for e99dd8b
1 file changed
dataflow_transfer/dataflow_transfer.py
@@ -25,7 +25,7 @@ def process_run(run_dir, sequencer, config):
25
if (
26
run.final_sync_successful
27
and run.has_status("transferred_to_hpc")
28
- and not run.metadata_synced
+ and run.metadata_synced
29
):
30
# Check transfer success both in statusdb and via exit code file
31
# To restart transfer, remove the exit code file
0 commit comments