Skip to content

Commit

Permalink
fix PIM process flow call
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Dec 3, 2024
1 parent 17354e2 commit 04deaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion punchpipe/flows/level3.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def level3_PIM_construct_flow_info(level2_files: list[File], level3_file: File,
session=None, reference_time=None):
session = get_database_session() # TODO: replace so this works in the tests by passing in a test

flow_type = "L3_PIM"
flow_type = "level3_PIM_process_flow"
state = "planned"
creation_time = datetime.now()
priority = pipeline_config["levels"][flow_type]["priority"]["initial"]
Expand Down

0 comments on commit 04deaf1

Please sign in to comment.