liuyuqi-dellpc 5 months ago
parent
commit
ad2547895b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      auto_commit/auto_commit.py

+ 1 - 0
auto_commit/auto_commit.py

@@ -32,3 +32,4 @@ class AutoCommit(object):
             for root, dirs, files in os.walk(self.params['path']):
             for root, dirs, files in os.walk(self.params['path']):
                 if ".git" in dirs:
                 if ".git" in dirs:
                     self._commit(root)
                     self._commit(root)
+        os.system("pause")