We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can the filename include a dirname or a relative path from the root of a project?
filename
dirname
relative path
For example:
├── main.py ├── render.py └── utils ├── __init__.py └── render.py
I guess it would be better if filename in utils/render.py is utils/render.py instead of render.py.
utils/render.py
render.py
By the way, this package is excellent.
The text was updated successfully, but these errors were encountered:
This has been completed in pull request #65
Sorry, something went wrong.
No branches or pull requests
Can the
filename
include adirname
or arelative path
from the root of a project?For example:
I guess it would be better if
filename
inutils/render.py
isutils/render.py
instead ofrender.py
.By the way, this package is excellent.
The text was updated successfully, but these errors were encountered: