Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
e3a3b3c4
Commit
e3a3b3c4
authored
Dec 04, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEBUG]: Remove debuggers that stuck the tests
parent
31bcdb5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
product/ERP5/Document/BusinessCommit.py
product/ERP5/Document/BusinessCommit.py
+0
-1
product/ERP5/Document/BusinessManager.py
product/ERP5/Document/BusinessManager.py
+0
-1
No files found.
product/ERP5/Document/BusinessCommit.py
View file @
e3a3b3c4
...
@@ -119,6 +119,5 @@ class BusinessCommit(Folder):
...
@@ -119,6 +119,5 @@ class BusinessCommit(Folder):
id
=
str
(
str
(
id
)
+
'_'
+
str
(
time
.
time
())).
replace
(
'.'
,
''
)
id
=
str
(
str
(
id
)
+
'_'
+
str
(
time
.
time
())).
replace
(
'.'
,
''
)
new_object
=
super
(
BusinessCommit
,
self
).
newContent
(
id
,
**
kw
)
new_object
=
super
(
BusinessCommit
,
self
).
newContent
(
id
,
**
kw
)
import
pdb
;
pdb
.
set_trace
()
return
new_object
return
new_object
product/ERP5/Document/BusinessManager.py
View file @
e3a3b3c4
...
@@ -722,7 +722,6 @@ class BusinessItem(XMLObject):
...
@@ -722,7 +722,6 @@ class BusinessItem(XMLObject):
# Build the object here, if the item_path has been added/updated
# Build the object here, if the item_path has been added/updated
# XXX: We also need to add attribute to ensure that this doesn't happen
# XXX: We also need to add attribute to ensure that this doesn't happen
# while in tests or while creating them on the fly
# while in tests or while creating them on the fly
import
pdb
;
pdb
.
set_trace
()
if
'item_path'
in
self
.
_v_modified_property_dict
:
if
'item_path'
in
self
.
_v_modified_property_dict
:
self
.
build
(
self
.
aq_parent
)
self
.
build
(
self
.
aq_parent
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment