mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
- fix for 904754987c
This commit is contained in:
parent
197c10f661
commit
f4d3648c8e
@ -5725,7 +5725,7 @@ def get_user_projpkgs(apiurl, user, role=None, exclude_projects=[], proj=True, p
|
||||
def raw_input(*args):
|
||||
import __builtin__
|
||||
try:
|
||||
__builtin__.raw_input(*args)
|
||||
return __builtin__.raw_input(*args)
|
||||
except EOFError:
|
||||
# interpret ctrl-d as user abort
|
||||
raise oscerr.UserAbort()
|
||||
|
Loading…
Reference in New Issue
Block a user