Compilation error in plugins/notify/__init__.py

Bug #492742 reported by David Wagner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Undecided
Mathias Brodala

Bug Description

With bzr r2679, running "make clean" followed by "make" yields the following error:

$ make
python -m compileall -q xl xlgui
python -O -m compileall -q xl xlgui
make -C plugins compile
make[1]: Entering directory `/home/daw/e/exaile03/plugins'
python -m compileall -q .
Compiling ./notify/__init__.py ...
SyntaxError: ('invalid syntax', ('./notify/__init__.py', 94, 70, ' if isinstance(gui.tray_icon, type(gtk.StatusIcon):\n'))

make[1]: *** [compile] Error 1
make[1]: Leaving directory `/home/daw/e/exaile03/plugins'
make: *** [compile] Error 2

Eye-balling it, it looks like line 94 of plugins/notify/__init__.py is missing a close parenthesis. Adding a close parenthesis fixes the compile error, though I haven't tested whether the resulting code works fine.

Revision history for this message
Mathias Brodala (mathbr) wrote :

Fixed with r2680, thanks for reporting.

Changed in exaile:
assignee: nobody → Mathias Brodala (mathbr)
milestone: none → 0.3.1
status: New → Fix Committed
reacocard (reacocard)
Changed in exaile:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.