denniskempin / align-arguments

Sublime Text 3 Plugin to automatically format and align argument lists on the opening bracket
MIT License
6 stars 3 forks source link

Error in Sublime console #3

Open shawn-crigger opened 4 years ago

shawn-crigger commented 4 years ago

I have recently upgraded my 2018 Macbook Pro to Catalina and have been having a lot of problems with Sublime locking up, and various other issues with it. While I was debugging Sublime, I noticed in the console this error not sure exactly what is causing it or if it is causing any issues since I rarely use this plugin but I figured I would report the error just so you are aware of it.

reloading plugin Align Arguments.commands
reloading plugin Align Arguments.logic
reloading plugin Align Arguments.logic_tests
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 125, in reload_plugin
    m = importlib.import_module(modulename)
  File "./python3.3/importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1199, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "/Users/shawn/Library/Application Support/Sublime Text 3/Installed Packages/Align Arguments.sublime-package/logic_tests.py", line 2, in <module>
ImportError: No module named 'logic'