Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with slots #6

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove pdb
tiberiuichim committed Jun 8, 2021
commit f91be0d50e31a26028a08c2e8a6ae7e0546109e0
Original file line number Diff line number Diff line change
@@ -259,8 +259,6 @@ def manage_attachments(self, msg):
)

def store_data(self):
import pdb
pdb.set_trace()
store = getMultiAdapter((self.context, self.request), IFormDataStore)
res = store.add(data=self.filter_parameters())
if not res: