#844 closed defect (duplicate)
Thanks application in pippy has python backtrace invalid int
Reported by: | thjc | Owned by: | lfaraone |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar on a Stick (SoaS) | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
From version soas 200905031329
Traceback (most recent call last):
File "/home/liveuser/.sugar/default/org.laptop.Pippy/tmp/pippy_app.py", line 29, in <module>
cols, lines = size()
File "/usr/share/sugar/activities/Pippy.activity/library/pippy/console.py", line 26, in size
cols = int(read_to_delimit('t'))
ValueError: invalid literal for int() with base 10: '21;126'
Change History (3)
comment:1 Changed 14 years ago by erikos
- Resolution set to duplicate
- Status changed from new to closed
comment:3 Changed 13 years ago by sascha_silbe
- Component changed from Pippy to SoaS
- Distribution/OS changed from SoaS to Unspecified
Bulk change distribution=SoaS -> component=SoaS
Note: See
TracTickets for help on using
tickets.
dup of 843