diff --git a/platformio/home/rpc/handlers/memusage.py b/platformio/home/rpc/handlers/memusage.py index 091ad88a..23a1af1c 100644 --- a/platformio/home/rpc/handlers/memusage.py +++ b/platformio/home/rpc/handlers/memusage.py @@ -37,7 +37,7 @@ class MemUsageRPC(BaseRPCHandler): return memusage.list_reports(report_dir)[-1] @staticmethod - def read_report(path): + def load_report(path): return memusage.read_report(path) def summary(self, report_path):