Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Mar 15, 2024
1 parent 67c493d commit b8b1443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
if __name__ == '__main__':
# ImportUtil.import_emulation_traces_from_disk_json(input_file="/media/lagring/traces_31_oct/1.json",
# emulation_name="csle-level9-030")
for i in range(0, 64):
for i in range(1, 64):
ImportUtil.import_emulation_traces_from_disk_json(
input_file=f"/media/lagring/traces_31_oct/{i}.json", emulation_name="csle-level9-050")

0 comments on commit b8b1443

Please sign in to comment.