chrys87 / fenrir

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

Syntax error on startup #22

Closed sthibaul closed 6 years ago

sthibaul commented 6 years ago

Hello,

While configuring fenrir, the package would tell me:

File "/usr/lib/python3/dist-packages/fenrirscreenreader/inputDriver/atspiDriver.py", line 52 global _availableError ^ SyntaxError: name '_availableError' is used prior to global declaration

The attached patch.txt fixes it

chrys87 commented 6 years ago

Fixed in master. thanks for reporting