Skip to content

Commit 453e7f9

Browse files
committed
one more os->pathlib
1 parent b036811 commit 453e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def activate_netrc():
3030
f.write(
3131
f"machine urs.earthdata.nasa.gov login {username} password {password}\n"
3232
)
33-
os.chmod(NETRC_PATH, 0o600)
33+
NETRC_PATH.chmod(0o600)
3434

3535

3636
def delete_netrc():

0 commit comments

Comments
 (0)