Add ntfy warning

This commit is contained in:
Paul Hoffmann 2023-03-30 16:02:19 +02:00
parent caba5f8291
commit 62d7835018
1 changed files with 3 additions and 0 deletions

View File

@ -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