Update format2csv.py

pull/785/head
Tim Stack 4 years ago committed by GitHub
parent 7c215f09c6
commit cc6ae5ee2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,8 @@ def main(args):
for key in sorted(format_dict):
value = format_dict[key]
if not isinstance(value, dict):
continue
out.writerow((value['title'], key, value['description']))
if __name__ == "__main__":

Loading…
Cancel
Save