Skip to content
Snippets Groups Projects
Commit 91ecc690 authored by inso's avatar inso
Browse files

Fix crash #558

parent 3980db4d
No related branches found
No related tags found
No related merge requests found
import attr
import sqlite3
import logging
from ..entities import Source
from .nodes import NodesProcessor
from ..connectors import BmaConnector
......@@ -14,6 +15,7 @@ class SourcesProcessor:
"""
_repo = attr.ib()
_bma_connector = attr.ib()
_logger = attr.ib(default=attr.Factory(lambda: logging.getLogger('sakia')))
@classmethod
def instanciate(cls, app):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment