Skip to content

Commit

Permalink
empty loop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cafriedb committed Sep 5, 2024
1 parent 6e7b4df commit ec0ecf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dopo/sector_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def process_yaml_files(files_dict, database):

# Debug: print the activities for the current sector
# print(f"Activities for {key}:")
for activity in sector_activities[yaml_identifier]:
# print(f" {activity.key}")
# for activity in sector_activities[yaml_identifier]:
# print(f" {activity.key}")

# Convert the set of activities to a list
activities_list = list(sector_activities[yaml_identifier])
Expand Down

0 comments on commit ec0ecf9

Please sign in to comment.