We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734fa02 commit a887220Copy full SHA for a887220
1 file changed
irods/user.py
@@ -46,8 +46,8 @@ def metadata(self):
46
47
def modify_password(self, old_value, new_value, modify_irods_authentication_file = False):
48
self.manager.modify_password(old_value,
49
- new_value,
50
- modify_irods_authentication_file = modify_irods_authentication_file)
+ new_value,
+ modify_irods_authentication_file = modify_irods_authentication_file)
51
52
def modify(self, *args, **kwargs):
53
self.manager.modify(self.name, *args, **kwargs)
0 commit comments