Skip to content

Commit

Permalink
trying to fix 500 err
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandagadzhanyan committed Sep 3, 2024
1 parent 85de6f7 commit 5ec525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def files_data_to_pipeline_arg(
"input_path": file["file"],
"pages": file["pages"],
"file_id": file_id,
"datasets": file["datasets"],
"datasets": file["datasets"] if not previous_jobs_data else [],
}
rev = file.get("revision")
if rev:
Expand Down

0 comments on commit 5ec525a

Please sign in to comment.