From ef50cfae3e6683f2f00fa4f26740e373b2079a36 Mon Sep 17 00:00:00 2001 From: age Date: Sun, 28 Jan 2007 22:28:42 +0000 Subject: [PATCH] okay this fixes the fix ;) --- plugins/volume_props/volume_props.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/volume_props/volume_props.py b/plugins/volume_props/volume_props.py index 25384a6..9a9f058 100644 --- a/plugins/volume_props/volume_props.py +++ b/plugins/volume_props/volume_props.py @@ -80,6 +80,7 @@ class volume_props(cryptobox.plugins.base.CryptoBoxPlugin): ## out. If it is really needed, there should be a check if ## this plugin is trying to load the dataset of itself. #plugin.load_dataset(hdf) + pass ## call our parent's method cryptobox.plugins.base.CryptoBoxPlugin.load_dataset(self, hdf)