1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

Fix small typo in conf.py

This commit is contained in:
Ard 2012-03-24 20:41:43 +13:00
parent 82880e9572
commit bd9ab782d4

View File

@ -822,7 +822,7 @@ def get_config(override_conffile=None,
password = ''
if user is None or user == '':
raise oscerr.ConfigError('user is blank for %s, please delete of complete the "user=" entry in %s.' % (apiurl, config['conffile']), config['conffile'])
raise oscerr.ConfigError('user is blank for %s, please delete or complete the "user=" entry in %s.' % (apiurl, config['conffile']), config['conffile'])
if config['plaintext_passwd'] and passwordx or not config['plaintext_passwd'] and password:
if config['plaintext_passwd']: