mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1188931 - Fix hgsetup wizard. r=gps
This commit is contained in:
parent
c695a6bb45
commit
21ecced3b5
@ -183,7 +183,7 @@ class MercurialConfig(object):
|
||||
|
||||
def get_bugzilla_credentials(self):
|
||||
if 'bugzilla' not in self._c:
|
||||
return None, None
|
||||
return None, None, None, None
|
||||
|
||||
b = self._c['bugzilla']
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user