Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 23, 2024
1 parent 1ada377 commit cfd0be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Test
shell: bash
run: |
poetry run coverage run -m pytest --durations=10 -s --traceconfig --log-cli-level=DEBUG tests/
poetry run coverage run -m pytest --durations=10
poetry run coverage report -m
# - name: Archive code coverage results
Expand Down
2 changes: 1 addition & 1 deletion awpy/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _parse_events(self) -> None:
self.rounds,
)
self.grenades = parse_times(
apply_round_num(self.rounds, parse_grenades(self.events)), self.rounds
apply_round_num(self.rounds, parse_grenades(self.parser)), self.rounds
)

# Parse ticks
Expand Down

0 comments on commit cfd0be1

Please sign in to comment.