We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59af6f commit 22521e4Copy full SHA for 22521e4
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 #TODO: consider the consequences of this
+ and not 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