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 df64756 commit 4f6637aCopy full SHA for 4f6637a
datajoint/admin.py
@@ -15,7 +15,7 @@ def set_password(new_password=None, connection=None, update_config=None):
15
new_password = getpass("New password: ")
16
confirm_password = getpass("Confirm password: ")
17
if new_password != confirm_password:
18
- logger.warn("Failed to confirm the password! Aborting password change.")
+ logger.warning("Failed to confirm the password! Aborting password change.")
19
return
20
21
if version.parse(
0 commit comments