mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 07:06:13 +01:00
typo fix
This commit is contained in:
parent
8670d82fad
commit
c2a541ab0c
@ -886,7 +886,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if len(myreqs) > 0:
|
||||
print 'You already created the following submit request: %s.' % \
|
||||
', '.join([str(i.reqid) for i in myreqs ])
|
||||
repl = raw_input('Supersed the old requests? (y/n/c) ')
|
||||
repl = raw_input('Supersede the old requests? (y/n/c) ')
|
||||
if repl.lower() == 'c':
|
||||
print >>sys.stderr, 'Aborting'
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user