1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00

updates torepr for data type

This commit is contained in:
David McDonald 2022-09-23 22:12:30 -05:00
parent 12836abe26
commit 3d8ea1deac

View File

@ -4,7 +4,7 @@ def _bplist_torepr:
elif .type == "int" then .value elif .type == "int" then .value
elif .type == "real" then .value elif .type == "real" then .value
elif .type == "date" then .value elif .type == "date" then .value
elif .type == "data" then .value.data elif .type == "data" then .value
elif .type == "ascii_string" then .value elif .type == "ascii_string" then .value
elif .type == "unicode_string" then .value elif .type == "unicode_string" then .value
elif .type == "uid" then .value elif .type == "uid" then .value