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:
parent
a8f14bed60
commit
ce998fbc29
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user