We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b036811 commit 453e7f9Copy full SHA for 453e7f9
tests/integration/test_auth.py
@@ -30,7 +30,7 @@ def activate_netrc():
30
f.write(
31
f"machine urs.earthdata.nasa.gov login {username} password {password}\n"
32
)
33
- os.chmod(NETRC_PATH, 0o600)
+ NETRC_PATH.chmod(0o600)
34
35
36
def delete_netrc():
0 commit comments