From e334d1948ac197d20a1b38227c5525a27602dcb9 Mon Sep 17 00:00:00 2001 From: ibforu Date: Mon, 25 Aug 2025 09:33:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ibforu --- transformRepoyaml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transformRepoyaml.py b/transformRepoyaml.py index c4ebc2c9..cd890af7 100644 --- a/transformRepoyaml.py +++ b/transformRepoyaml.py @@ -2,6 +2,8 @@ import oyaml as yaml import os import sys +#test + def transferyaml(oldyamlname, newyamlname): file_path = os.path.split(os.path.realpath(__file__))[0] -- Gitee