Make pyflakes happy
This commit is contained in:
parent
5896387ade
commit
2ae5d909c3
2
mat2
2
mat2
@ -77,7 +77,7 @@ def __print_meta(filename: str, metadata: dict, depth: int=1):
|
|||||||
|
|
||||||
print("[%s] Metadata for %s:" % ('+'*depth, filename))
|
print("[%s] Metadata for %s:" % ('+'*depth, filename))
|
||||||
|
|
||||||
for (k,v) in sorted(metadata.items()):
|
for (k, v) in sorted(metadata.items()):
|
||||||
if isinstance(v, dict):
|
if isinstance(v, dict):
|
||||||
__print_meta(k, v, depth+1)
|
__print_meta(k, v, depth+1)
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user