From 0d0b2b357ca7ebbb8dc20f409e66de88deb1bee9 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Sun, 3 Sep 2023 17:52:51 +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 b216d5f..95e6ef5 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -22,7 +22,7 @@ class my_git(): def git_push(self, git_folder): repo = git.Repo(git_folder) if not repo.is_dirty(untracked_files=True): - print('No Changes detected in Folder', git_folder, sep="\n") + print('No Changes detected in Folder', git_folder, sep=" ") else: print("Changes detected.") for remote in repo.remotes: