Account for the instance of submodules.pack.Packer #104184
@ -8,7 +8,6 @@ import logging
|
||||
import queue
|
||||
import threading
|
||||
import typing
|
||||
import traceback
|
||||
dr.sybren marked this conversation as resolved
|
||||
from . import submodules
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
@ -149,7 +148,6 @@ class PackThread(threading.Thread):
|
||||
except BaseException as ex:
|
||||
log.error("Error packing with BAT: %s", ex)
|
||||
self.queue.put(MsgException(ex=ex))
|
||||
traceback.print_exc()
|
||||
finally:
|
||||
with _packer_lock:
|
||||
_running_packthread = None
|
||||
|
Loading…
Reference in New Issue
Block a user
Please dont' include formatting changes. In general, cleanups of formatting (and other changes that don't alter the functionality) should be in a PR by themselves.