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: