Skip to content

Commit

Permalink
Finish comment 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Jan 3, 2024
1 parent d224757 commit 41cc235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/pixl_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def populate(parquet_dir: Path, *, restart: bool, queues: str) -> None:
remove_file_if_it_exists(state_filepath) # will be stale

sorted_messages = sorted(messages, key=attrgetter("study_date"))
# For imaging, check
# For imaging, we don't want to query again for images that have already been exported
if queue == "pacs":
sorted_messages = filter_exported_or_add_to_db(sorted_messages)
with PixlProducer(queue_name=queue, **cli_config["rabbitmq"]) as producer:
Expand Down

0 comments on commit 41cc235

Please sign in to comment.