Skip to content

Commit df95d32

Browse files
committed
Fix exceptions not working
1 parent 781fde0 commit df95d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/koEditorConfig.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
from xpcom.components import interfaces as Ci
88
from xpcom.components import classes as Cc
9-
from editorconfig import get_properties, EditorConfigError
9+
from editorconfig import get_properties, EditorConfigError, exceptions
1010

1111
import logging
1212
import json
1313

1414
log = logging.getLogger("editorconfig")
15-
log.setLevel(10)
15+
#log.setLevel(10)
1616

1717
class koEditorConfig:
1818

0 commit comments

Comments
 (0)