take into account more cases
This commit is contained in:
		
							parent
							
								
									504c25abd6
								
							
						
					
					
						commit
						c0977ea9ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,6 +42,6 @@ class GajimThread(threading.Thread):
 | 
			
		|||
			res = eval(mod)
 | 
			
		||||
		except:
 | 
			
		||||
			print _("plugin %s cannot be launched : ") % self.getName() + \
 | 
			
		||||
				sys.exc_info()[1][0]
 | 
			
		||||
				str(sys.exc_info()[1][0:])
 | 
			
		||||
	# END run
 | 
			
		||||
# END GajimThread
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue