Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 21, 2024
1 parent f854347 commit cdabfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

def get_mount() -> str:
"""Get the mounted drive."""
print(platform.system())
if platform.system() == "Windows": # pragma: no cover
mount_location = "T:\\"
else:
Expand Down

0 comments on commit cdabfce

Please sign in to comment.