Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Aug 22, 2023
1 parent 1aabfcf commit 81b0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def process_csv(filename: str) -> list[dict]:
booklet_only_events = orientation_events

# Check for conflicts with mandatory events and invalid events
mandatory_events = (
mandatory_events = list(
orientation_event
for orientation_event in orientation_events
if "mandatory" in orientation_event["tags"]
Expand Down

0 comments on commit 81b0793

Please sign in to comment.