make a log entry more expressive
This commit is contained in:
		
							parent
							
								
									2d6ea46467
								
							
						
					
					
						commit
						b250cf3a72
					
				|  | @ -321,11 +321,7 @@ class Absolute(HandHistoryConverter): | ||||||
|             hand.involved = False |             hand.involved = False | ||||||
| 
 | 
 | ||||||
|     def readStudPlayerCards(self, hand, street): |     def readStudPlayerCards(self, hand, street): | ||||||
|         # lol. see Plymouth.txt |         logging.warning(_("Absolute cannot read all stud/razz hands yet.")) | ||||||
|         logging.warning(_("Absolute readStudPlayerCards is only a stub.")) |  | ||||||
|         #~ if street in ('THIRD', 'FOURTH',  'FIFTH',  'SIXTH'): |  | ||||||
|             #~ hand.addPlayerCards(player = player.group('PNAME'), street = street,  closed = [],  open = []) |  | ||||||
| 
 |  | ||||||
| 
 | 
 | ||||||
|     def readAction(self, hand, street): |     def readAction(self, hand, street): | ||||||
|         logging.debug("readAction (%s)" % street) |         logging.debug("readAction (%s)" % street) | ||||||
|  |  | ||||||
|  | @ -254,13 +254,8 @@ or None if we fail to get the info """ | ||||||
|             #Not involved in hand |             #Not involved in hand | ||||||
|             hand.involved = False |             hand.involved = False | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|     def readStudPlayerCards(self, hand, street): |     def readStudPlayerCards(self, hand, street): | ||||||
|         # lol. see Plymouth.txt |         logging.warning(_("Absolute cannot read all stud/razz hands yet.")) | ||||||
|         logging.warning(_("Everleaf readStudPlayerCards is only a stub.")) |  | ||||||
|         #~ if street in ('THIRD', 'FOURTH',  'FIFTH',  'SIXTH'): |  | ||||||
|             #~ hand.addPlayerCards(player = player.group('PNAME'), street = street,  closed = [],  open = []) |  | ||||||
| 
 |  | ||||||
| 
 | 
 | ||||||
|     def readAction(self, hand, street): |     def readAction(self, hand, street): | ||||||
|         logging.debug("readAction (%s)" % street) |         logging.debug("readAction (%s)" % street) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user