mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Issue #208 -- Disable generating parser.out #232

Closed flupzor closed 4 years ago

flupzor commented 5 years ago

By default the ply/yacc parser generator runs in debug mode. This creates a parser.out file in the directory parser.py is located. The user which runs flanker does not always have access to this directory, which causes 'permission denied errors.'

See https://github.com/mailgun/flanker/issues/208

mailgun-ci commented 5 years ago

Can one of the admins verify this patch?

KevinYeramian commented 4 years ago

up

thrawn01 commented 4 years ago

retest this please