Ticket #75 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

gpm input has wrong type

Reported by: Christian Owned by: ian
Priority: minor Milestone:
Component: input_handling Version:
Keywords: Cc:

Description

https://excess.org/urwid/browser/urwid/raw_display.py#L438

s = self.gpm_mev.stdout.readline()

should be

s = self.gpm_mev.stdout.readline().decode('utf8')

Change History

Changed 19 months ago by ian

  • status changed from new to closed
  • resolution set to fixed

Thanks! Works great.

Note: See TracTickets for help on using tickets.