Skip to content

Commit 1202acb

Browse files
committed
Commenting out "if not ran" section since it is preventing the plugin from running.
1 parent a511d39 commit 1202acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def run(self):
107107
# make sure we don't execute the callback
108108
self.result = False
109109

110-
110+
'''
111111
if not ran:
112112
sublime.set_timeout(plugin_loaded, 100)
113113
ran = True
114-
114+
'''

0 commit comments

Comments
 (0)