fix
This commit is contained in:
parent
b00424471c
commit
02b9e34258
2 changed files with 13 additions and 13 deletions
|
@ -25,6 +25,7 @@ def print_metadata(file_path):
|
|||
|
||||
except Exception as e:
|
||||
print(json.dumps({"error": str(e)}))
|
||||
exit(1)
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) != 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue