Skip to content
Snippets Groups Projects
Commit 355fa904 authored by Mathieu Beligon's avatar Mathieu Beligon
Browse files

[common] (twitch-dset) add log

parent 1b714c33
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ def process_image(path_to_image: Path):
if is_image_from_robot_view(path_to_image):
res_path = RES_DIR / f'{path_to_image.parent.name}-{path_to_image.name}'
move(str(path_to_image), str(res_path))
print(f'{path_to_image.stem} is a robot view, moving it')
else:
remove(str(path_to_image))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment