1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- fix spelling typo

This commit is contained in:
Adrian Schröter 2013-05-02 10:57:15 +02:00
parent a8f14bed60
commit ce998fbc29

View File

@ -6882,7 +6882,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
print("This is: " + result.get('project'), end=' ')
if result.get('package'):
print (" / " + result.get('package'))
repl = raw_input('\nUse this this container? (y/n) ')
repl = raw_input('\nUse this container? (y/n) ')
if repl.lower() != 'y':
searchresult = None
elif opts.user: