删除log

main
ZhuoZhou 2025-07-04 10:48:04 +08:00
parent 542df4bfbd
commit 64c1768ace
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ def check_dir(path):
def isGitCommitFileExist(): def isGitCommitFileExist():
print(f'文件是否存在 {os.path.exists(opts.git_commit_hash_file)}')
return os.path.exists(opts.git_commit_hash_file) return os.path.exists(opts.git_commit_hash_file)
def writeGitCommitLog(git_log_hash): def writeGitCommitLog(git_log_hash):