Skip to content

Commit

Permalink
ci: Fix small print format error in prepare_tools.py
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jul 5, 2024
1 parent 957746c commit 33e3457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prepare_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def modify_json_file(old_file, file_path, system_value, force=False):
print("%s already existed!" % (file_path))
if force == False:
return
print("Force reinstall this %s file!")
print("Force reinstall this %s file!" % (file_path))

# Read the existing JSON file
with open(old_file, "r") as json_file:
Expand Down

0 comments on commit 33e3457

Please sign in to comment.