1
0
Fork 0

Make pylint happier

This commit is contained in:
jvoisin 2018-10-11 19:55:07 +02:00
parent b9dbd12ef9
commit 2444caccc0
1 changed files with 1 additions and 1 deletions

2
mat2
View File

@ -68,7 +68,7 @@ def show_meta(filename: str):
__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
if not metadata:
print(padding + "No metadata found")