pull/212/merge
yanikita 5 months ago committed by GitHub
commit a4e7cdaf9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -430,7 +430,7 @@ def main(override_args: Optional[Sequence[str]] = None):
"Remove the ignore: prefix to generate an endpoint with its URL\nLines that are closer to the top take precedence, the matching is greedy" "Remove the ignore: prefix to generate an endpoint with its URL\nLines that are closer to the top take precedence, the matching is greedy"
) )
# save the swagger file # save the swagger file
with open(args.output, "w") as f: with open(args.output, "w", encoding="utf-8") as f:
yaml.dump(swagger, f) yaml.dump(swagger, f)
print("Done!") print("Done!")

Loading…
Cancel
Save