chrys87 / fenrir

An TTY screenreader for Linux.
GNU Lesser General Public License v3.0
47 stars 13 forks source link

version 1.9.3 does not start due to syntax error in version variable #44

Closed sthibaul closed 5 years ago

sthibaul commented 6 years ago

When starting fenrir 1.9.3, we get

  File "/usr/lib/python3/dist-packages/fenrirscreenreader/fenrirVersion.py", line 7
    version = 1.9.3
                  ^
SyntaxError: invalid syntax

This is indeed invalid python. Perhaps a string was intended here?

chrys87 commented 6 years ago

You are completely right. I wonder why it starts here because it shouldnt. i fix it and release an 1.9.4.

chrys87 commented 6 years ago

Fixed I released 1.9.4 to fix it.