Skip to content

Instantly share code, notes, and snippets.

@stevekuznetsov
Created January 15, 2016 17:11
Show Gist options
  • Save stevekuznetsov/cc5fcfc0116ceccc2aea to your computer and use it in GitHub Desktop.
Save stevekuznetsov/cc5fcfc0116ceccc2aea to your computer and use it in GitHub Desktop.
gotools
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