Skip to content

Commit

Permalink
small chnage to for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 7, 2023
1 parent 4775a05 commit 2cb6b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring_weekly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def batch_execution(file_list):

exceptions = [] #store errors

for file in files:
for file in file_list:
try:
run_script(file)
except Exception as e:
Expand Down

0 comments on commit 2cb6b56

Please sign in to comment.