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

use_transparency False causes error #109

Open
AndreasBackx opened this issue Mar 9, 2017 · 0 comments · May be fixed by #120
Open

use_transparency False causes error #109

AndreasBackx opened this issue Mar 9, 2017 · 0 comments · May be fixed by #120

Comments

@AndreasBackx
Copy link

I'm getting the following errors with use_transparency set to false.

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 530, in on_activated_async
    callback.on_activated_async(v)
  File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/gutter_color.py", line 42, in on_activated_async
    File(view)
  File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/file.py", line 12, in __init__
    self.scan()
  File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/file.py", line 26, in scan
    line.add_region()
  File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/line.py", line 272, in add_region
    self.create_icon()
  File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/line.py", line 325, in create_icon
    (use_transparency, background_path) = self.transparency_settings()
  File "/Users/Andreas/Library/Application Support/Sublime Text 3/Packages/Gutter Color/line.py", line 297, in transparency_settings
    return (use_transparency, background_path)
UnboundLocalError: local variable 'background_path' referenced before assignment
chatcher added a commit to chatcher/GutterColor that referenced this issue Apr 14, 2018
@chatcher chatcher linked a pull request Apr 14, 2018 that will close this issue
eugenesvk pushed a commit to eugenesvk/GutterColor that referenced this issue Jul 21, 2023
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

Successfully merging a pull request may close this issue.

1 participant