mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-23 02:32:13 +01:00
- fix auth failure when converting from passx to pass
This commit is contained in:
parent
4caf868548
commit
19a9765065
@ -829,6 +829,7 @@ def get_config(override_conffile = None,
|
||||
if password != passwordx:
|
||||
print >>sys.stderr, '%s: rewriting from encoded pass to plain pass' % url
|
||||
add_section(conffile, url, user, passwordx)
|
||||
password = passwordx
|
||||
else:
|
||||
if password != passwordx:
|
||||
print >>sys.stderr, '%s: rewriting from plain pass to encoded pass' % url
|
||||
|
Loading…
x
Reference in New Issue
Block a user