Learn more about these different git repos.
Other Git URLs
ea6c4b2
@@ -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
Fixes: #2246 Merges: #2248
Build succeeded.
LGTM
Commit ea6c4b2 fixes this pull-request
Pull-Request has been merged by praiskup
Fixes: #2246
Merges: #2248