Python exception when launching QtLogger

Bug #76855 reported by Nick Coghlan
2
Affects Status Importance Assigned to Milestone
EasyUbuntu
New
Undecided
Unassigned

Bug Description

See support request #2620 for the original problem. End of traceback is:

  File "/usr/lib/easyubuntu/EasyUbuntu/backend.py", line 189, in formatConfig
    elif len(arguments) > 1 and "$confdir" in arguments[2].split("/"):
IndexError: list index out of range

The line should read:
    elif len(arguments) > 2 and "$confdir" in arguments[2].split("/"):

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.