1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 22:33:25 +01:00
This commit is contained in:
Markus Birth 2018-02-03 13:56:38 +01:00
parent 74d48bd433
commit 42566d1195
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -35,7 +35,7 @@ class DevListMixin:
prds = json.load(df)
if old_prds and output_diff:
DevList.print_prd_diff(old_prds, prds)
DevListMixin.print_prd_diff(old_prds, prds)
return prds