diff options
-rw-r--r-- | partRequests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partRequests.py b/partRequests.py index 36a357366..7e1e757f5 100644 --- a/partRequests.py +++ b/partRequests.py @@ -675,4 +675,4 @@ class LogicalVolumeRequestSpec(RequestSpec): def getActualSize(self, partitions, diskset): """Return the actual size allocated for the request in megabytes.""" - + return self.size |