More general salutation
							parent
							
								
									639f34eaac
								
							
						
					
					
						commit
						ff103070ea
					
				| 
						 | 
					@ -139,8 +139,8 @@ def run_qtractor(
 | 
				
			||||||
            exc = outcome.error
 | 
					            exc = outcome.error
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if isinstance(outcome.error, KeyboardInterrupt):
 | 
					            if isinstance(outcome.error, KeyboardInterrupt):
 | 
				
			||||||
                # make it look like ``trio``
 | 
					                # make it kinda look like ``trio``
 | 
				
			||||||
                print("Aborted!")
 | 
					                print("Terminated!")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                traceback.print_exception(type(exc), exc, exc.__traceback__)
 | 
					                traceback.print_exception(type(exc), exc, exc.__traceback__)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue