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