From 214660360f72a519a87c104a15d056fe820631eb Mon Sep 17 00:00:00 2001 From: OBS update bot Date: Thu, 23 Nov 2023 23:03:24 +0100 Subject: [PATCH] Update configuration --- obs/update_unstable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/update_unstable.py b/obs/update_unstable.py index 29443e2..6691942 100755 --- a/obs/update_unstable.py +++ b/obs/update_unstable.py @@ -192,7 +192,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None: "--credentials", CREDENTIALS_FILE, "--store", STORE_DIR, "-m", message] logging.debug("Sending Matrix notification") - sarge.run(cmd, stdout=subprocess.DEVNULL) + sarge.run(cmd) def commit_changes(cache_file: str, repo_home: str) -> None: