Make pylint happier
This commit is contained in:
parent
b9dbd12ef9
commit
2444caccc0
2
mat2
2
mat2
@ -68,7 +68,7 @@ def show_meta(filename: str):
|
|||||||
__print_meta(filename, p.get_meta())
|
__print_meta(filename, p.get_meta())
|
||||||
|
|
||||||
|
|
||||||
def __print_meta(filename:str, metadata: dict, depth:int=1):
|
def __print_meta(filename: str, metadata: dict, depth: int=1):
|
||||||
padding = " " * depth*2
|
padding = " " * depth*2
|
||||||
if not metadata:
|
if not metadata:
|
||||||
print(padding + "No metadata found")
|
print(padding + "No metadata found")
|
||||||
|
Loading…
Reference in New Issue
Block a user