Page MenuHomePhorge

TypeError: an integer is required / T6989 Bugs logged for pykolab
ClosedPublic

Authored by ghane on Sep 30 2022, 1:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 25, 1:33 AM
Unknown Object (File)
Sat, Mar 23, 7:37 PM
Unknown Object (File)
Thu, Mar 21, 6:11 PM
Unknown Object (File)
Sat, Mar 9, 9:38 AM
Unknown Object (File)
Feb 13 2024, 7:57 PM
Unknown Object (File)
Feb 13 2024, 5:05 AM
Unknown Object (File)
Feb 13 2024, 2:16 AM
Unknown Object (File)
Feb 12 2024, 2:45 PM
Subscribers
None

Details

Summary
res.append(c)

Just remove chr()
c is single character of a string, but not an integer value of a character.
I could see via grep, decode(s) is used with folders in modules used for imap

for c in s:

See also https://git.kolab.org/diffusion/P/browse/pykolab-0.7/pykolab/imap_utf7.py line 52 , 74

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ghane requested review of this revision.Sep 30 2022, 1:10 PM
ghane created this revision.
This revision is now accepted and ready to land.Sep 30 2022, 2:07 PM
This revision was automatically updated to reflect the committed changes.

I ran into an integer error on other tests,
so I corrected this with this patch.

This revision is now accepted and ready to land.Oct 16 2022, 9:46 AM
This revision was automatically updated to reflect the committed changes.