-
-
Notifications
You must be signed in to change notification settings - Fork 711
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
AttributeError: 'Namespace' object has no attribute 'attachments' #286
Comments
So entitlement. Many helpful. Wow. |
Some more blather? |
In other language: you’re using for free the fruit of a couple years of work, and you think that a hostile comment like this is gonna improve your chances of getting help from strangers? This honestly doesn’t look hard to fix, but now I’m going to do something else instead and won’t comment further on this issue. By the way, unit tests for |
Software breaking after a few tries...and then couple of years work....poor software..yes, hostile...too much broken software out in the wild that would be better kept in a private repo. |
See d09ba47. |
How about quality control and unit tests? Well, tests have been added, wow, such hope they are many helpful. Oh, and it probably fixes Kozea#286.
bin/weasyprint -a test.svg index.html index.pdf
Traceback (most recent call last):
File "bin/weasyprint", line 9, in
load_entry_point('WeasyPrint==0.25', 'console_scripts', 'weasyprint')()
File "/Users/ajung/src/enbit/lib/python3.4/site-packages/weasyprint/main.py", line 150, in main
kwargs['attachments'] = args.attachments
AttributeError: 'Namespace' object has no attribute 'attachments'
How about quality control and unit tests?
The text was updated successfully, but these errors were encountered: