diff --git a/libraries/entropy/cache.py b/libraries/entropy/cache.py index b29cc5765..1a69da289 100644 --- a/libraries/entropy/cache.py +++ b/libraries/entropy/cache.py @@ -167,6 +167,8 @@ class EntropyCacher(Singleton): pid = os.fork() if pid == 0: + # make sure there's nothing weird bound to exception hook + sys.excepthook = sys.__excepthook__ for (key, cache_dir), data in massive_data: d_o = entropy.dump.dumpobj if d_o is not None: