segprint: ignore hint pips

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-06 12:07:29 -08:00
parent 334f28a9a4
commit aefe1a9534
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def get_database(db, tile_type, verbose=False):
# second part forms a tuple refereced in sets
return (isset, (int(frame, 10), int(word, 10)))
if parts[1] == 'always':
if parts[1] == 'always' or parts[1] == 'hint':
tagbits = []
else:
tagbits = [parsetag(x) for x in parts[1:]]