mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
finish the unit testing on the parsing
This commit is contained in:
@@ -46,6 +46,7 @@ class DataMaze:
|
||||
res.update({key: DataMaze.convert_tuple(data[key])})
|
||||
for key in key_bool:
|
||||
res.update({key: DataMaze.convert_bool(data[key])})
|
||||
res.update({"OUTPUT_FILE": data["OUTPUT_FILE"]})
|
||||
return res
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user