Skip to content
Snippets Groups Projects
Commit 2444cacc authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Make pylint happier

parent b9dbd12e
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment