删除log
parent
542df4bfbd
commit
64c1768ace
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue