we want to narrow down the stdout vs stderr
This commit is contained in:
		
							parent
							
								
									b489c69772
								
							
						
					
					
						commit
						eb6999169e
					
				| @ -50,8 +50,9 @@ def chkDisk(disk): | |||||||
|              '-t', 'long', |              '-t', 'long', | ||||||
|              '-d', 'sat', |              '-d', 'sat', | ||||||
|              disk] |              disk] | ||||||
|  |     with open(os.devnull, 'w') as DEVNULL: | ||||||
|         for c in (bb, smctl): |         for c in (bb, smctl): | ||||||
|         subprocess.run(c) |             subprocess.run(c, stdout = DEVNULL) | ||||||
|     return() |     return() | ||||||
| 
 | 
 | ||||||
| def main(): | def main(): | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 brent s
						brent s