mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fixed multi-arg appends.
This commit is contained in:
parent
9de988315a
commit
34d11f0670
12 changed files with 15 additions and 14 deletions
|
|
@ -65,7 +65,7 @@ class PICTbrowse(FrameWork.Application):
|
|||
finally:
|
||||
Res.SetResLoad(1)
|
||||
id, type, name = r.GetResInfo()
|
||||
rv.append(id, name)
|
||||
rv.append((id, name))
|
||||
return rv
|
||||
|
||||
class PICTwindow(FrameWork.Window):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue