parent
d1aee2c2f2
commit
d978cfbb1a
@ -667,7 +667,7 @@ def child_process(child_pipe, input_stream):
|
|||||||
except StopIteration as e:
|
except StopIteration as e:
|
||||||
# StopIteration is used to stop installations
|
# StopIteration is used to stop installations
|
||||||
# before the final stage, mainly for debug purposes
|
# before the final stage, mainly for debug purposes
|
||||||
tty.msg(e.message)
|
tty.msg(e)
|
||||||
child_pipe.send(None)
|
child_pipe.send(None)
|
||||||
|
|
||||||
except BaseException:
|
except BaseException:
|
||||||
|
Loading…
Reference in New Issue
Block a user