[equo] when caching fails, show a traceback at least

This commit is contained in:
Fabio Erculiani
2009-10-05 19:54:27 +02:00
parent 3cab2bf6df
commit 23c20d4235
+1
View File
@@ -464,6 +464,7 @@ def load_conf_cache():
except KeyboardInterrupt:
continue
except:
entropyTools.print_traceback()
if not etpUi['quiet']:
print_info(red(" @@ ")+blue(_("Caching not run.")))
Equo.destroy()