Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add HMF_BOOL to hmf_type
  • Loading branch information
ckarrie authored and perexg committed Aug 17, 2016
1 parent 6fa2995 commit e37e64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/py/tvh/htsmsg.py
Expand Up @@ -68,6 +68,8 @@ def hmf_type ( f ):
return HMF_S64
elif type(f) == hmf_bin:
return HMF_BIN
elif type(f) == bool:
return HMF_BOOL
else:
raise Exception('invalid type')

Expand Down

0 comments on commit e37e64a

Please sign in to comment.