sublime-gofmt icon indicating copy to clipboard operation
sublime-gofmt copied to clipboard

AttributeError: 'module' object has no attribute 'get_path'

Open endingman opened this issue 3 years ago • 0 comments

` Traceback (most recent call last):

File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 1088, in run_ return self.run(edit)

File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 25, in run

File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_lint.py", line 61, in run_golint

File "C:\Users\Lenovo\AppData\Roaming\Sublime Text 3\Installed Packages\Golang Tools Integration.sublime-package\gotools_util.py", line 95, in run

File "C:\Users\Lenovo\AppData\Roaming\SUBLIM~1\Packages\GOLANG~1\all\golangconfig.py", line 161, in subprocess_info path, _ = executable_path(executable_name, view=view, window=window)

File "C:\Users\Lenovo\AppData\Roaming\SUBLIM~1\Packages\GOLANG~1\all\golangconfig.py", line 447, in executable_path shell, path_dirs = shellenv.get_path()

AttributeError: 'module' object has no attribute 'get_path' `

endingman avatar Jul 02 '21 08:07 endingman