Skip to content

Commit 7d58ac8

Browse files
committed
remove assert for old .irodsA
1 parent c21be1f commit 7d58ac8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

irods/client_init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def write_pam_credentials_to_secrets_file( password ,**kw):
1717
with cfg.loadlines( [dict(setting='legacy_auth.pam.password_for_auto_renew',value=None),
1818
dict(setting='legacy_auth.pam.store_password_to_environment',value=False)] ):
1919
to_encode = s.pam_pw_negotiated
20-
assert(not s.auth_file)
2120
if to_encode:
2221
open(s.pool.account.derived_auth_file,'w').write(obf.encode(to_encode[0]))
2322
return True

0 commit comments

Comments
 (0)