mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
Bugfix.
This commit is contained in:
parent
74d48bd433
commit
42566d1195
@ -35,7 +35,7 @@ class DevListMixin:
|
|||||||
prds = json.load(df)
|
prds = json.load(df)
|
||||||
|
|
||||||
if old_prds and output_diff:
|
if old_prds and output_diff:
|
||||||
DevList.print_prd_diff(old_prds, prds)
|
DevListMixin.print_prd_diff(old_prds, prds)
|
||||||
|
|
||||||
return prds
|
return prds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user