You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should generate an html doc and skip import errors
Actual Behavior
Import Error is raised :ModuleNotFoundError, and html file is not created
Steps to Reproduce
create a basic test.py script with an import at the top that cannot be found: import does_not_exist as dne
run pdoc test.py --skip-errors --html -f form the CLI
remove the import line and run again to see confirm the output.
Additional info
I could be overlooking something but I have not been able to find a way to quickly ignore these errors from the CLI even though it seems like the functionality was once added.
pdoc version: pdoc.exe 0.10.0
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Expected Behavior
pdoc test.py --skip-errors --html -f
Should generate an html doc and skip import errors
Actual Behavior
Import Error is raised :ModuleNotFoundError, and html file is not created
Steps to Reproduce
Additional info
The text was updated successfully, but these errors were encountered: