From 32252e0dff7825e581c888ffb68fb954fcacc68a Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 14 May 2009 03:44:50 +0000 Subject: Implement perf-reporting client git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5228 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Component.py') diff --git a/src/lib/Component.py b/src/lib/Component.py index 6ea788ba5..0a16c523f 100644 --- a/src/lib/Component.py +++ b/src/lib/Component.py @@ -249,7 +249,7 @@ class Component (object): return self.implementation get_implementation = exposed(get_implementation) - def get_statistics (self): + def get_statistics (self, _): """Get current statistics about component execution""" return self.instance_statistics.display() get_statistics = exposed(get_statistics) -- cgit v1.2.3-1-g7c22