|
@@ -47,7 +47,7 @@ class INET_Annotations(PartsMixin, BaseAnnotations):
|
|
|
|
|
|
_content.append(fpath)
|
|
|
|
|
|
- logging.info(f"Loaded {len(_content):,d} ({_skipped:,d} skipped) images from ")
|
|
|
+ logging.info(f"Loaded {len(_content):,d} ({_skipped:,d} skipped) images from \"{folder_path}\"")
|
|
|
setattr(self, attr, _content)
|
|
|
|
|
|
|