1
0
Fork 0

Update configuration

This commit is contained in:
OBS update bot 2023-11-23 23:03:24 +01:00
parent 4783cb1e81
commit 214660360f

View file

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