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
limbra
limbra
Commits
d192b69e
Commit
d192b69e
authored
Nov 08, 2019
by
LE GAC Renaud
Browse files
Update model_core.py to request immediate translation.
parent
8838850f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/model_core.py
modules/model_core.py
+1
-1
No files found.
modules/model_core.py
View file @
d192b69e
...
...
@@ -131,7 +131,7 @@ class Core(object):
Core
.
_protect
(
table
)
cat_usual
=
sorted
([
T
(
el
)
for
el
in
CAT_USUAL
])
cat_usual
=
sorted
([
T
(
el
,
lazy
=
False
)
for
el
in
CAT_USUAL
])
table
.
usual
.
requires
=
IS_IN_SET
(
cat_usual
)
table
.
code
.
filter_in
=
CLEAN_SPACES
...
...
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