We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c090f4f commit d376f8bCopy full SHA for d376f8b
src/tests/conftest.py
@@ -166,4 +166,4 @@ def configure_test_environment():
166
tmp_data_path = os.environ.get("DATA_FOLDER_PATH")
167
if tmp_data_path and "ogw_test_data_" in tmp_data_path:
168
shutil.rmtree(tmp_data_path, ignore_errors=True)
169
- print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)
+ print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)
0 commit comments