File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ def login(self):
207207 print (
208208 "\n \n \033 [31m NOTE! \033 [0m"
209209 + " Please login to Equinor Azure to enable Sumo access: "
210- + "we opened a login web-page for you in your browser."
210+ + "we are opening a login web-page for you in your browser."
211211 + "\n You should complete your login within "
212212 + str (self ._login_timeout_minutes )
213213 + " minutes, "
@@ -422,11 +422,6 @@ def get_auth_provider(
422422 Path (lockfile_path ).resolve ()
423423 ).__contains__ (platform .node ()):
424424 # https://github.com/equinor/sumo-wrapper-python/issues/193
425- print (
426- "Chromium lockfile points to another host, "
427- f"you should delete { lockfile_path } . "
428- "Falling back to device-code login now"
429- )
430425 return AuthProviderDeviceCode (client_id , authority , resource_id )
431426 # ELSE
432427 return AuthProviderInteractive (client_id , authority , resource_id )
You can’t perform that action at this time.
0 commit comments