Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit ec0cfbc

Browse files
committed
Fixed bootstrap
1 parent 2eb9ba9 commit ec0cfbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SQLTools.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,7 @@ def run(self, edit):
225225

226226
def plugin_loaded():
227227
STM.Log.debug(__name__ + ' loaded successfully')
228-
229-
ST.bootstrap()
228+
try:
229+
ST.bootstrap()
230+
except Exception as e:
231+
pass

0 commit comments

Comments
 (0)