summaryrefslogtreecommitdiffstats
path: root/src/lib/Component.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-05-14 03:44:50 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-05-14 03:44:50 +0000
commit32252e0dff7825e581c888ffb68fb954fcacc68a (patch)
tree606277e38467d241abbd526356e2992e1f1868b9 /src/lib/Component.py
parenta3c2d24f421faef2928ec63db70633838d472032 (diff)
downloadbcfg2-32252e0dff7825e581c888ffb68fb954fcacc68a.tar.gz
bcfg2-32252e0dff7825e581c888ffb68fb954fcacc68a.tar.bz2
bcfg2-32252e0dff7825e581c888ffb68fb954fcacc68a.zip
Implement perf-reporting client
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5228 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Component.py')
-rw-r--r--src/lib/Component.py2
1 files changed, 1 insertions, 1 deletions
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)