mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
target/info: Fix missing return statement
Add missing return statement when upgrading a `TargetInfo` POD to v5.
This commit is contained in:
parent
13166f66d1
commit
7ebbb05934
@ -421,3 +421,4 @@ class TargetInfo(Podable):
|
||||
@staticmethod
|
||||
def _pod_upgrade_v5(pod):
|
||||
pod['modules'] = pod.get('modules') or []
|
||||
return pod
|
||||
|
Loading…
x
Reference in New Issue
Block a user