时区升级2026a

Signed-off-by: zhangdd_ewan <zhangdongdong50@huawei.com>
This commit is contained in:
zhangdd_ewan
2026-03-09 14:44:07 +08:00
parent e7cb3b6d11
commit 8226cc3ca9
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -109,7 +109,7 @@ def main():
new_version = file_name[6:11]
try_download(file_type, new_version, download_path, version)
decompress(file_type + new_version + '.tar.gz', download_path)
flags = os.O_WRONLY
flags = os.O_WRONLY | os.O_CREAT
modes = stat.S_IWUSR | stat.S_IRUSR
with os.fdopen(os.open(os.path.join(download_path, 'version.txt'), flags, modes), 'w') as file:
file.write(new_version + '\n')