mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Merge pull request #89 from PR0M3TH3AN/codex/fix-docstring-in-voxvera/cli.py
Fix stray quote in cli template helper
This commit is contained in:
@@ -20,7 +20,6 @@ def _template_res(*parts) -> Traversable:
|
|||||||
"""Return a Traversable for files under the packaged ``templates`` folder."""
|
"""Return a Traversable for files under the packaged ``templates`` folder."""
|
||||||
return resources.files(__package__).joinpath('templates', *parts)
|
return resources.files(__package__).joinpath('templates', *parts)
|
||||||
|
|
||||||
|
|
||||||
def _src_res(*parts) -> Traversable:
|
def _src_res(*parts) -> Traversable:
|
||||||
"""Return a Traversable for files under the packaged ``src`` folder."""
|
"""Return a Traversable for files under the packaged ``src`` folder."""
|
||||||
return resources.files(__package__).joinpath('src', *parts)
|
return resources.files(__package__).joinpath('src', *parts)
|
||||||
|
Reference in New Issue
Block a user