mirror of
				https://git.anonymousland.org/anonymousland/synapse.git
				synced 2025-10-31 03:08:53 -04:00 
			
		
		
		
	Hopefully, fix LaterGuage error handling
This commit is contained in:
		
							parent
							
								
									5dbf305444
								
							
						
					
					
						commit
						694968fa81
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -60,10 +60,13 @@ class LaterGauge(object): | |||
| 
 | ||||
|         try: | ||||
|             calls = self.caller() | ||||
|         except Exception as e: | ||||
|             print(e) | ||||
|             logger.err() | ||||
|         except Exception: | ||||
|             logger.exception( | ||||
|                 "Exception running callback for LaterGuage(%s)", | ||||
|                 self.name, | ||||
|             ) | ||||
|             yield g | ||||
|             return | ||||
| 
 | ||||
|         if isinstance(calls, dict): | ||||
|             for k, v in calls.items(): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Richard van der Hoff
						Richard van der Hoff