Skip to content

Commit

Permalink
feat: 重构构建脚本-重构新版本脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 1, 2023
1 parent a23ede1 commit f77a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_json(filename, version_field, new_version):
"""

# 读取 JSON 文件
print("读取文件:" + filename)
print("读取文件:" + os.path.abspath(filename))
with open(filename, "r", encoding="utf-8") as f:
data = json.load(f)
# print(data)
Expand Down

0 comments on commit f77a706

Please sign in to comment.