diff --git a/libraries/entropy.py b/libraries/entropy.py index f2c1561ed..ec0c415b9 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -3662,6 +3662,14 @@ class EquoInterface(TextInterface): except NameError: raise except: + if etpUi['debug']: + self.updateProgress( + "fetch_file:", + importance = 1, + type = "warning", + header = red(" ## ") + ) + self.entropyTools.printTraceback() return -1, data_transfer, resumed if fetchChecksum == "-3": return -3, data_transfer, resumed