mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-09 22:36:14 +01:00
No need to ignore SIGWINCH anymore
In normal mode, SIGWINCH is handled by ProgressBar. In quiet mode, there's no SIGWINCH handler at all.
This commit is contained in:
parent
74671532a7
commit
8d082fae6b
@ -57,9 +57,6 @@ for name in 'SIGBREAK', 'SIGHUP', 'SIGTERM':
|
||||
if num:
|
||||
signal.signal(num, catchterm)
|
||||
|
||||
# Signals which should be ignored
|
||||
for sig in (signal.SIGWINCH,):
|
||||
signal.signal(sig, signal.SIG_IGN)
|
||||
|
||||
def run(prg, argv=None):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user