1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00

- fixed grammar error

This commit is contained in:
Marcus Huewe 2013-03-08 19:09:29 +01:00
parent 03b8cba2af
commit 56979493d6

View File

@ -3871,8 +3871,8 @@ def check_existing_requests(apiurl, src_project, src_package, dst_project,
req_state=['new','review', 'declined'])
repl = ''
if reqs:
print 'There are already following submit request: %s.' % \
', '.join([i.reqid for i in reqs ])
print 'There are already the following submit request: %s.' % \
', '.join([i.reqid for i in reqs])
repl = raw_input('Supersede the old requests? (y/n/c) ')
if repl.lower() == 'c':
print >>sys.stderr, 'Aborting'