Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
lassie
Commits
3538ddd3
Commit
3538ddd3
authored
Dec 18, 2017
by
Sebastian Heimann
Browse files
lassie snuffle: fix "has no attribute 'detections'" bug
parent
86ce2409
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/snuffling.py
View file @
3538ddd3
...
...
@@ -70,6 +70,7 @@ class LassieSnuffling(Snuffling):
def
__init__
(
self
):
Snuffling
.
__init__
(
self
)
self
.
config
=
None
self
.
detections
=
[]
def
setup
(
self
):
if
self
.
config
:
...
...
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