diff --git a/check_and_add_pull_git/pull_and_push.py b/check_and_add_pull_git/pull_and_push.py index 90106b5..4572ca0 100644 --- a/check_and_add_pull_git/pull_and_push.py +++ b/check_and_add_pull_git/pull_and_push.py @@ -22,8 +22,8 @@ class my_git(): def git_push(self, git_folder): repo = git.Repo(git_folder) if not repo.is_dirty(untracked_files=True): - print(repo.git) - print('No Changes detected.') + print() + print('No Changes detected.' + git_folder) else: print("Changes detected.") for remote in repo.remotes: