From 62d78350188632b5447c1858d511c8dfb0b1e46b Mon Sep 17 00:00:00 2001 From: Paul Hoffmann Date: Thu, 30 Mar 2023 16:02:19 +0200 Subject: [PATCH] Add ntfy warning --- borgmatic/execute.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/borgmatic/execute.py b/borgmatic/execute.py index bc6a016a..4fc7745d 100644 --- a/borgmatic/execute.py +++ b/borgmatic/execute.py @@ -247,9 +247,12 @@ def execute_command( env=environment, cwd=working_directory, ) +<<<<<<< HEAD """ logging.warning(f"{process.args}") """ """ logging.warning(f"{process.wait()}") """ +======= +>>>>>>> ff68541 (Add ntfy warning) if not run_to_completion: return process