Skip to content

Commit

Permalink
fixup! fixup! fixup! Refactor process test example parsing/listing to…
Browse files Browse the repository at this point in the history
… openeo_test_suite.lib.processes.registry
  • Loading branch information
soxofaan committed Jan 23, 2024
1 parent 2c00404 commit f700a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_test_suite/lib/processes/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, root: Optional[Path] = None):
"""
:param root: Root directory of the tests folder in openeo-processes project
"""
self._root = (
self._root = Path(
root
# TODO: elimiante need for this env var
or os.environ.get("OPENEO_TEST_SUITE_PROCESSES_TEST_ROOT")
Expand Down

0 comments on commit f700a17

Please sign in to comment.