Skip to content

Commit

Permalink
feat(abr-testing): Automated ABR data collection Make command
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNASC20 committed Oct 21, 2024
1 parent 24c5174 commit 9bc5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abr-testing/protocol_simulation/simulation_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@



def set_api_level(protocol_file_path) -> None:
def set_api_level(protocol_file_path: str) -> None:
with open(protocol_file_path, "r") as file:
file_contents = file.readlines()
# Look for current'apiLevel:'
Expand Down

0 comments on commit 9bc5d82

Please sign in to comment.