Silence matrix-commander's output
This commit is contained in:
		
					parent
					
						
							
								60e735f4e5
							
						
					
				
			
			
				commit
				
					
						4f7978f74d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -178,7 +178,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cmd = [MATRIX_COMMANDER, "--markdown", "-m", message]
 | 
					    cmd = [MATRIX_COMMANDER, "--markdown", "-m", message]
 | 
				
			||||||
    logging.debug("Sending Matrix notification")
 | 
					    logging.debug("Sending Matrix notification")
 | 
				
			||||||
    sarge.run(cmd, stdout=subprocess.DEVNULL)
 | 
					    sarge.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def commit_changes(cache_file: str, repo_home: str) -> None:
 | 
					def commit_changes(cache_file: str, repo_home: str) -> None:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue