Added some logic so the importer won't try to send hands to HUD when HudCache is generated from the command line
This commit is contained in:
		
							parent
							
								
									cbd6aa242e
								
							
						
					
					
						commit
						a7f3b1326f
					
				| 
						 | 
				
			
			@ -497,6 +497,7 @@ class Importer:
 | 
			
		|||
                self.database.commit()
 | 
			
		||||
 | 
			
		||||
                #pipe the Hands.id out to the HUD
 | 
			
		||||
                if self.caller:
 | 
			
		||||
                    for hid in to_hud:
 | 
			
		||||
                        try:
 | 
			
		||||
                            print _("fpdb_import: sending hand to hud"), hand.dbid_hands, "pipe =", self.caller.pipe_to_hud
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user