We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4818f65 commit 5d8a43fCopy full SHA for 5d8a43f
1 file changed
irods/__init__.py
@@ -29,9 +29,7 @@ def env_filename_from_keyword_args(kwargs):
29
def derived_auth_filename(env_filename):
30
if not env_filename:
31
return ""
32
- default_irods_authentication_file = os.path.join(
33
- os.path.dirname(env_filename), ".irodsA"
34
- )
+ default_irods_authentication_file = os.path.expanduser("~/.irods/.irodsA")
35
return os.environ.get(
36
"IRODS_AUTHENTICATION_FILE", default_irods_authentication_file
37
)
0 commit comments