Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
d2edd8ac5f33
Commit
01d0ac06
authored
Aug 28, 2013
by
Sylvain Thénault
Browse files
[c-c i18ncubicweb] fix crash, closes #3096647
--HG-- branch : stable
parent
a68b2fe8a800
Changes
1
Hide whitespace changes
Inline
Side-by-side
devtools/devctl.py
View file @
d2edd8ac
...
...
@@ -153,8 +153,8 @@ def _generate_schema_pot(w, vreg, schema, libconfig=None):
libschema
=
{}
for
cstrtype
in
CONSTRAINTS
:
add_msg
(
w
,
cstrtype
)
is_in_lib
=
lambda
:
False
libafss
=
libaiams
=
None
is_in_lib
=
lambda
*
args
:
False
done
=
set
()
for
eschema
in
sorted
(
schema
.
entities
()):
if
eschema
.
type
in
libschema
:
...
...
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