Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

develop osx examples not working #95

Closed
tablatronix opened this issue Dec 10, 2016 · 2 comments
Closed

develop osx examples not working #95

tablatronix opened this issue Dec 10, 2016 · 2 comments

Comments

@tablatronix
Copy link

tablatronix commented Dec 10, 2016

When I click examples in menu, nothing happens

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
    return self.run()
  File "/Users/shawn/Library/Application Support/Sublime Text 3/Packages/Deviot/DeviotStarter.py", line 296, in run
    self.MENU_LIST = Menu().createLibraryExamplesMenu()
  File "/Users/shawn/Library/Application Support/Sublime Text 3/Packages/Deviot/libs/Menu.py", line 228, in createLibraryExamplesMenu
    library_paths = Paths.getLibraryFolders(platform)
UnboundLocalError: local variable 'platform' referenced before assignment
@tablatronix
Copy link
Author

tablatronix commented Dec 10, 2016

WORKAROUND

Threw a
platform = "" at the beginning of
createLibraryExamplesMenu()

not sure if its global or not, shrug
shuts the error up

@gepd
Copy link
Owner

gepd commented Jun 20, 2017

This is already fixed, please read: #117

@gepd gepd closed this as completed Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants