space in the first char
Bug #682737 reported by
Ddorda
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RTLplo0x |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
when using space (" ") in the first char, you get an error, no matter if using RTL or LTR language
This is the error:
Traceback (most recent call last):
File "/home/
if word[0].endswith( ":" ): total_left = ( total_left - len( word[0] ) + 1 ) # total_left = itself without "nick:"
IndexError: list index out of range
Related branches
Changed in rtlplo0x: | |
status: | New → Fix Released |
To post a comment you must log in.