Skip to content

Commit

Permalink
fixed windows paths, again
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan26roy committed Jun 10, 2022
1 parent 924b9a9 commit f504c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v2/test_1345-avro-reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


DIR = os.path.dirname(__file__)
if DIR.endswith("/v2") or DIR.endswith("\v2"):
if DIR.endswith("/v2") or DIR.endswith("\\v2"):
DIR = os.path.dirname(DIR)
DIR = os.path.abspath(DIR)

Expand Down

0 comments on commit f504c51

Please sign in to comment.