diff options
| -rwxr-xr-x | mat2 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -83,7 +83,7 @@ def show_meta(filename: str): | |||
| 83 | def __print_meta(filename: str, metadata: dict, depth: int = 1): | 83 | def __print_meta(filename: str, metadata: dict, depth: int = 1): |
| 84 | padding = " " * depth*2 | 84 | padding = " " * depth*2 |
| 85 | if not metadata: | 85 | if not metadata: |
| 86 | print(padding + "No metadata found") | 86 | print(padding + "No metadata found in %s." % filename) |
| 87 | return | 87 | return |
| 88 | 88 | ||
| 89 | print("[%s] Metadata for %s:" % ('+'*depth, filename)) | 89 | print("[%s] Metadata for %s:" % ('+'*depth, filename)) |
