'save-at:1722225299.8823383'

This commit is contained in:
codeboss 2024-07-29 11:54:59 +08:00
parent cc00240574
commit 01d4a935ba
1 changed files with 0 additions and 2 deletions

View File

@ -11,10 +11,8 @@ def git_save(target_dir: str):
for o in outlist:
if o.startswith(r"\tmodified:"):
has_changed = True
break
elif o.startswith(r"\tnew file:"):
has_changed = True
break
if has_changed:
xsub.run("git add .", shell=True)