1
0
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:
Michael Schroeder 2011-05-23 17:14:48 +02:00
parent 4caf868548
commit 19a9765065

View File

@ -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