1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

utils/serializer: add cpu_mask to POD types

This commit is contained in:
Sergei Trofimov 2018-05-25 14:01:12 +01:00 committed by Marc Bonnici
parent ec9605603e
commit a865d8f30c

View File

@ -80,6 +80,7 @@ POD_TYPES = [
regex_type,
none_type,
level,
cpu_mask,
]
class WAJSONEncoder(_json.JSONEncoder):