Skip to content

Update main.py #1275

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

Merged
merged 1 commit into from
Jan 23, 2021
Merged

Update main.py #1275

merged 1 commit into from
Jan 23, 2021

Conversation

deltabytesyt
Copy link
Contributor

As i was trying to run the script it raised the error.
Traceback (most recent call last):
File "c:/Users/zedthecode/Desktop/zedlab/gui/tube.py", line 13, in
if a == "shutdown":
NameError: name 'a' is not defined

As i was trying to run the script it raised the error.
Traceback (most recent call last):
  File "c:/Users/zedthecode/Desktop/zedlab/gui/tube.py", line 13, in <module>
    if a == "shutdown":
NameError: name 'a' is not defined
@jakubwrz
Copy link

You need to define "a" first... but why is this if-statement two times there?

@geekcomputers geekcomputers merged commit 39b2e94 into geekcomputers:master Jan 23, 2021
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 this pull request may close these issues.

3 participants