Created
January 15, 2016 17:11
-
-
Save stevekuznetsov/cc5fcfc0116ceccc2aea to your computer and use it in GitHub Desktop.
gotools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/local/sublime-text-3/sublime_plugin.py", line 556, in run_ | |
| return self.run(edit) | |
| File "/home/stevekuznetsov/.config/sublime-text-3/Packages/GoTools/gotools_format.py", line 31, in run | |
| stdout, stderr, rc = ToolRunner.run(command, args, stdin=Buffers.buffer_text(self.view)) | |
| File "/home/stevekuznetsov/.config/sublime-text-3/Packages/GoTools/gotools_util.py", line 75, in run | |
| @staticmethod | |
| AttributeError: 'str' object has no attribute 'settings' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment