mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-09 04:25:48 +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=' ')
|
print("This is: " + result.get('project'), end=' ')
|
||||||
if result.get('package'):
|
if result.get('package'):
|
||||||
print (" / " + 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':
|
if repl.lower() != 'y':
|
||||||
searchresult = None
|
searchresult = None
|
||||||
elif opts.user:
|
elif opts.user:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user