From a4a056ca7b2432e4fd7c55007ffe65f4bf9bff87 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 17:42:20 +0200 Subject: [PATCH] commit message from python script --- check_and_add_pull_git/pull_and_push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_and_add_pull_git/pull_and_push.py b/check_and_add_pull_git/pull_and_push.py index e5b9e28..1a835fb 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -36,7 +36,7 @@ class my_git(): def git_main(self): list_git_folder = my_git.check_folder(self) for git_folder_s in list_git_folder: - print(git_folder_s) + #print(git_folder_s) #my_git.git_pull(self, git_folder=git_folder_s) my_git.git_push(self, git_folder=git_folder_s)