diff options
| -rwxr-xr-x | mat2 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -77,7 +77,7 @@ def __print_meta(filename: str, metadata: dict, depth: int=1): | |||
| 77 | 77 | ||
| 78 | print("[%s] Metadata for %s:" % ('+'*depth, filename)) | 78 | print("[%s] Metadata for %s:" % ('+'*depth, filename)) |
| 79 | 79 | ||
| 80 | for (k,v) in sorted(metadata.items()): | 80 | for (k, v) in sorted(metadata.items()): |
| 81 | if isinstance(v, dict): | 81 | if isinstance(v, dict): |
| 82 | __print_meta(k, v, depth+1) | 82 | __print_meta(k, v, depth+1) |
| 83 | continue | 83 | continue |
