mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 11:58:55 +00:00
utils/serializer: add basestring to POD_TYPES
Was replaced with str during Python 3 porting.
This commit is contained in:
parent
657a10c09d
commit
c4838b4021
@ -72,7 +72,7 @@ POD_TYPES = [
|
||||
tuple,
|
||||
dict,
|
||||
set,
|
||||
str,
|
||||
basestring,
|
||||
str,
|
||||
int,
|
||||
float,
|
||||
|
Loading…
x
Reference in New Issue
Block a user