sebbASF commented on issue #488: wrong encoding in attachment breaks import
URL: 
https://github.com/apache/incubator-ponymail/issues/488#issuecomment-478603635
 
 
   I have just noticed that the line numbers don't quite agree.
   
   The stack trace says:
   
   File "/var/www/ponymail/tools/archiver.py", line 102, in parse_attachment
       print("Found attachment: %s" % filename)
   
   Howver the print statement is at line 101 in the code:
   
https://github.com/apache/incubator-ponymail/blob/8b00e7c8eabf01a68fc119d2ce58bfbfc3c3eea3/tools/archiver.py#L101
   
   This is a bit odd if you are using version 0.11 (or indeed the trunk 
version, as that is the same).
   It would be worth commenting out the print statement to see if that avoids 
the failure or if it fails elsewhere.
   
   Note: I have been sent sample data, but cannot get it to fail, so it is 
looking like an issue with your installation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to