Don't show stack trace when BAT Pack was aborted

This commit is contained in:
2018-03-16 12:41:09 +01:00
parent 1d81f4bc38
commit 331e9e6ca0
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ log = logging.getLogger(__name__)
_running_packer = None # type: pack.Packer
_packer_lock = threading.RLock()
Aborted = pack.Aborted
class BatProgress(progress.Callback):