Skip to content

Commit 22521e4

Browse files
committed
remove todo
1 parent e59af6f commit 22521e4

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 #TODO: consider the consequences of this
28+
and not 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)