Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crashmail.py ignores -a and -p options #18

Open
bgilbert opened this issue Jun 1, 2013 · 4 comments
Open

crashmail.py ignores -a and -p options #18

bgilbert opened this issue Jun 1, 2013 · 4 comments

Comments

@bgilbert
Copy link

bgilbert commented Jun 1, 2013

The CrashMail class sets self.programs and self.any but never reads them. As a result, crashmail.py always behaves as though -a is specified.

@donjohnson
Copy link

Not sure if the version referenced was different than current, but in following main(), this does not seem to be the case at all-- the vars any (bool) and programs[] seem to get passed into CrashMail just fine.

@bgilbert
Copy link
Author

bgilbert commented Sep 3, 2014

Yes, the parameters are correctly passed into CrashMail. It then stores them as instance attributes and never looks at them again.

@donjohnson
Copy link

Sorry, I was wrong, we're on the same page. This is indeed a bug.

@welelay
Copy link

welelay commented Sep 7, 2015

see #68 for an implementation of -a and -p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants