fix bug about version
This commit is contained in:
parent
03e681a3d1
commit
8bd26b56f3
|
@ -35,7 +35,7 @@ class ParseSnapshot:
|
||||||
"components": self.components,
|
"components": self.components,
|
||||||
"uuid": snapshot['uuid'],
|
"uuid": snapshot['uuid'],
|
||||||
"type": snapshot['type'],
|
"type": snapshot['type'],
|
||||||
"version": snapshot["version"],
|
"version": "14.0.0",
|
||||||
"endTime": snapshot["timestamp"],
|
"endTime": snapshot["timestamp"],
|
||||||
"elapsed": 1,
|
"elapsed": 1,
|
||||||
"wbid": snapshot["wbid"],
|
"wbid": snapshot["wbid"],
|
||||||
|
@ -335,7 +335,7 @@ class ParseSnapshotLsHw:
|
||||||
"software": "Workbench",
|
"software": "Workbench",
|
||||||
"components": self.components,
|
"components": self.components,
|
||||||
"uuid": snapshot['uuid'],
|
"uuid": snapshot['uuid'],
|
||||||
"version": snapshot["version"],
|
"version": "14.0.0",
|
||||||
"endTime": snapshot["timestamp"],
|
"endTime": snapshot["timestamp"],
|
||||||
"elapsed": 1,
|
"elapsed": 1,
|
||||||
"wbid": snapshot["wbid"],
|
"wbid": snapshot["wbid"],
|
||||||
|
|
Reference in New Issue