Skip to content

Commit

Permalink
one more os->pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Feb 17, 2024
1 parent b036811 commit 453e7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def activate_netrc():
f.write(
f"machine urs.earthdata.nasa.gov login {username} password {password}\n"
)
os.chmod(NETRC_PATH, 0o600)
NETRC_PATH.chmod(0o600)


def delete_netrc():
Expand Down

0 comments on commit 453e7f9

Please sign in to comment.