#2248 python: auth_username() needs to trigger authentication
Merged 2 years ago by praiskup. Opened 2 years ago by praiskup.
Unknown source fix-login  into  main

@@ -59,4 +59,6 @@

          Return the username (string) assigned to this configuration.  May

          contact the server and authenticate if needed.

          """

+         if not self.auth.username:

+             self.auth.make()

          return self.auth.username

Build succeeded.

Commit ea6c4b2 fixes this pull-request

Pull-Request has been merged by praiskup

2 years ago
Metadata