Skip to content

Commit 53fa77f

Browse files
authored
Merge pull request #259 from broadinstitute/development
Release 1.19.1
2 parents a8332a3 + fa55d55 commit 53fa77f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ingest/ingest_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,13 @@ def exit_pipeline(ingest, status, status_cell_metadata, arguments):
580580
study_file_id, arguments["study_id"], file_path, "log.txt", log_path
581581
)
582582
# Delocalize user log
583+
user_log_path = f"parse_logs/{study_file_id}/user_log.txt"
583584
IngestFiles.delocalize_file(
584585
study_file_id,
585586
arguments["study_id"],
586587
file_path,
587588
"user_log.txt",
588-
log_path,
589+
user_log_path,
589590
)
590591
if status_cell_metadata is not None:
591592
if status_cell_metadata > 0 and ingest.cell_metadata.is_remote_file:

0 commit comments

Comments
 (0)