Skip to content

Commit d376f8b

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent c090f4f commit d376f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ def configure_test_environment():
166166
tmp_data_path = os.environ.get("DATA_FOLDER_PATH")
167167
if tmp_data_path and "ogw_test_data_" in tmp_data_path:
168168
shutil.rmtree(tmp_data_path, ignore_errors=True)
169-
print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)
169+
print(f"Cleaned up test data folder: {tmp_data_path}", flush=True)

0 commit comments

Comments
 (0)