FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
205 stars 49 forks source link

Remove backslash from end of last line #188

Closed SpotlightKid closed 4 years ago

SpotlightKid commented 4 years ago

The extra backslash leads to a SyntaxError when compiling the module to byte-code (Python 3.8):

writing byte-compilation script '/home/chris/tmp/tmpzjp2l7dq.py'
/usr/bin/python /home/chris/tmp/tmpzjp2l7dq.py
  File "usr/lib/python3.8/site-packages/lisp/ui/ui_utils.py", line 104
    return sorted(iterable, key=tr_key, reverse=reverse)\
                                                        ^
SyntaxError: unexpected EOF while parsing

removing /home/chris/tmp/tmpzjp2l7dq.py