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:
parent
12836abe26
commit
3d8ea1deac
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user