Skip to content

Commit

Permalink
yaml2json.py: チェックシートの更新日を出力するJSONに追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ma10 committed Jul 29, 2024
1 parent 05c0733 commit d05e5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/yaml2x/yaml2json/yaml2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def main():
data = {
'publish': settings['publish'],
'version': version_info['checksheet_version'],
'date': version_info['checksheet_date'],
'checks': checks
}
with open(settings['output_file'], mode="w", encoding="utf-8", newline="\n") as f:
Expand Down

0 comments on commit d05e5d9

Please sign in to comment.