Skip to content

Commit

Permalink
Syntax and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Dec 12, 2023
1 parent b61fdf0 commit 95e9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/ISPyBClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def login(self, loginID, psd, ldap_connection=None, create_session=True):

def ldap_login(self, login_name, psd, ldap_connection):
warnings.warn(
("Using Authenticatior from ISPyBClient is depricated,
("Using Authenticatior from ISPyBClient is deprecated,"
"use Authenticator to authenticate spereatly and then login to ISPyB"),
DeprecationWarning
)
Expand Down

0 comments on commit 95e9094

Please sign in to comment.