Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
8f5f7ff6
Commit
8f5f7ff6
authored
Sep 19, 2022
by
Andrey Vertiprahov
Browse files
Fix typo.
parent
c01d14d4
Pipeline
#37607
failed with stages
in 13 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/classifier/xrulelookup.py
View file @
8f5f7ff6
...
...
@@ -16,7 +16,7 @@ import sre_parse
# Manually setup esmre==1.0.0
try
:
import
esmre
as
esm
except
ImportError
:
except
(
ModuleNotFoundError
,
ImportError
)
:
raise
NotImplementedError
(
"XRuleLookup needed ESMRE library for worked. Please, install it from pip"
)
import
bitarray
...
...
Dmitry Volodin
@dv
mentioned in commit
81ce49dd
·
Sep 20, 2022
mentioned in commit
81ce49dd
mentioned in commit 81ce49dd9a2f6a71fe84a8e84cb991c150c9bf31
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!6674 (merged)
·
Sep 20, 2022
mentioned in merge request
!6674 (merged)
mentioned in merge request !6674
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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