Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérome Perrin
erp5
Commits
62f26a23
Commit
62f26a23
authored
1 year ago
by
Jérome Perrin
Browse files
Options
Download
Email Patches
Plain Diff
matrix py3
parent
6ffa65ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5Type/mixin/matrix.py
product/ERP5Type/mixin/matrix.py
+1
-1
No files found.
product/ERP5Type/mixin/matrix.py
View file @
62f26a23
...
@@ -264,7 +264,7 @@ class Matrix(object):
...
@@ -264,7 +264,7 @@ class Matrix(object):
else
:
else
:
if
i
>=
current_len
:
if
i
>=
current_len
:
self
.
index
[
base_id
][
i
]
=
PersistentMapping
()
self
.
index
[
base_id
][
i
]
=
PersistentMapping
()
for
place
in
self
.
index
[
base_id
][
i
].
keys
():
for
place
in
list
(
self
.
index
[
base_id
][
i
].
keys
()
)
:
if
place
not
in
kw
[
i
]:
if
place
not
in
kw
[
i
]:
del
self
.
index
[
base_id
][
i
][
place
]
del
self
.
index
[
base_id
][
i
][
place
]
...
...
This diff is collapsed.
Click to expand it.
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