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

Unbound Local Error upon adding ring graph #1

Open
mantacid opened this issue Feb 2, 2023 · 0 comments
Open

Unbound Local Error upon adding ring graph #1

mantacid opened this issue Feb 2, 2023 · 0 comments

Comments

@mantacid
Copy link

mantacid commented Feb 2, 2023

Ran the application from the terminal like suggested in the github page. this was the output:

button clicked
ringgraphBtn
ringgraphBtn
can not create unkown ringgraphBtn object
Traceback (most recent call last):
  File "/home/overseer/ConkyLuaMakerPyQT5/test_ui2.py", line 72, in create_graph
    ID = self.drawings.create(self.sender().objectName())
  File "/home/overseer/ConkyLuaMakerPyQT5/drawings.py", line 41, in create
    return new_id
UnboundLocalError: local variable 'new_id' referenced before assignment
Aborted
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

1 participant