j
This commit is contained in:
@@ -997,7 +997,12 @@ class PipelineLiveProgress:
|
||||
# Safe to call whether Live is running or paused.
|
||||
if self._live is not None:
|
||||
try:
|
||||
self._live.stop()
|
||||
try:
|
||||
self._live.stop(clear=True)
|
||||
except TypeError:
|
||||
self._live.stop()
|
||||
except Exception:
|
||||
self._live.stop()
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user