We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28de9fa commit ed837acCopy full SHA for ed837ac
2 files changed
CHANGES.md
@@ -4,7 +4,7 @@
4
## 1.0.0a7 (unreleased)
5
6
7
-- Nothing changed yet.
+- Fix error on Startup when the DefaultConfig is not yet initialized
8
9
10
## 1.0.0a6 (2025-05-21)
src/collective/pdbpp/__init__.py
@@ -3,7 +3,7 @@
3
from AccessControl import Unauthorized
from BTrees.IOBTree import IOBTree
from pdb import Pdb # type: ignore
-from pdb import DefaultConfig
+from pdbpp import DefaultConfig
from plone import api
from plone.browserlayer.utils import registered_layers
from Products.Five import BrowserView
0 commit comments