Skip to content

Commit

Permalink
Fix path to exported unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Feb 6, 2024
1 parent af7c520 commit dbbd83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkage_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
f"/snap/bin/gsutil -m cp -r gs://{bucket}/{tmp_dir}/simhash_input .",
f"/snap/bin/gsutil -m cp -r gs://{bucket}/{gcs_folder}/simhash_indexes .",
f"/snap/bin/gsutil -m cp -r gs://{bucket}/{gcs_folder}/simhash_results .",
f"/snap/bin/gsutil -m cp -r gs://{bucket}/{gcs_folder}/unlink .",
f"/snap/bin/gsutil -m cp -r gs://{bucket}/{tmp_dir}/unlink .",
f"/snap/bin/gsutil -m cp -r gs://{bucket}/{tmp_dir}/prev_id_mapping .",
"mkdir new_simhash_indexes",
]
Expand Down

0 comments on commit dbbd83e

Please sign in to comment.