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

gui.adapt fails due to Entry.get() returning an empty string #5

Open
artiqknight opened this issue Oct 29, 2019 · 0 comments
Open

gui.adapt fails due to Entry.get() returning an empty string #5

artiqknight opened this issue Oct 29, 2019 · 0 comments

Comments

@artiqknight
Copy link

Tested in blinkingLight and oneArmedRobot
The programs start and seems to run just fine.
Ran on: Archlinux

The traceback:

Traceback (most recent call last):
File "/home/robin/.local/lib/python3.7/site-packages/SimPyLC/gui.py", line 134, in adapt
self.element._write (round (eval (self.entry.get ())) + delta)
File "", line 0

^

SyntaxError: unexpected EOF while parsing

Traceback (most recent call last):
File "/home/robin/.local/lib/python3.7/site-packages/SimPyLC/gui.py", line 134, in adapt
self.element._write (round (eval (self.entry.get ())) + delta)
File "", line 0

^

SyntaxError: unexpected EOF while parsing

Traceback (most recent call last):
File "/home/robin/.local/lib/python3.7/site-packages/SimPyLC/gui.py", line 134, in adapt
self.element._write (round (eval (self.entry.get ())) + delta)
File "", line 0

^

SyntaxError: unexpected EOF while parsing

Traceback (most recent call last):
File "/home/robin/.local/lib/python3.7/site-packages/SimPyLC/gui.py", line 134, in adapt
self.element._write (round (eval (self.entry.get ())) + delta)
File "", line 0

^

SyntaxError: unexpected EOF while parsing

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