Commit db9b3338 authored by jonabur's avatar jonabur
Browse files

fix whitespace

parent 95b62361
...@@ -79,7 +79,7 @@ def main(): ...@@ -79,7 +79,7 @@ def main():
if args.output_path: if args.output_path:
dirname = os.path.dirname(args.output_path) dirname = os.path.dirname(args.output_path)
if dirname: if dirname:
os.makedirs(dirname, exist_ok=True) os.makedirs(dirname, exist_ok=True)
with open(args.output_path, "w") as f: with open(args.output_path, "w") as f:
f.write(dumped) f.write(dumped)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment