Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterpanda63 committed Feb 10, 2025
1 parent f4da8e4 commit e8a4c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end2end/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import json

with open('attack_events.json', 'r') as file:
with open('end2end/attack_events.json', 'r') as file:
events = json.load(file)

0 comments on commit e8a4c01

Please sign in to comment.