mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
Update tools/global_servers/diff_resource.py
Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ os.makedirs(out_dir)
|
||||
|
||||
for i in diff_files:
|
||||
# print(i)
|
||||
shutil.copyfile(os.path.join(zh_dir, i), os.path.jgitoin(out_dir, i))
|
||||
shutil.copyfile(os.path.join(zh_dir, i), os.path.join(out_dir, i))
|
||||
|
||||
print("Pictures not included in", server_name,
|
||||
"server resources is copied to diff_image/" + server_name)
|
||||
|
||||
Reference in New Issue
Block a user