mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Fix bug
This commit is contained in:
@@ -25,7 +25,7 @@ def test_units(container: TrackedContainer) -> None:
|
|||||||
|
|
||||||
if not host_data_dir.exists():
|
if not host_data_dir.exists():
|
||||||
LOGGER.info(f"Not found unit tests for image: {container.image_name}")
|
LOGGER.info(f"Not found unit tests for image: {container.image_name}")
|
||||||
return
|
continue
|
||||||
|
|
||||||
for test_file in host_data_dir.iterdir():
|
for test_file in host_data_dir.iterdir():
|
||||||
test_file_name = test_file.name
|
test_file_name = test_file.name
|
||||||
|
Reference in New Issue
Block a user