diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-03 08:14:59 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-03 08:14:59 +0000 |
commit | c4c1504ed4b2333222b6aa57bd623d9631133455 (patch) | |
tree | f4380c15e1607dbf9e95899fc4ad3bd6bf54551a /partitions.py | |
parent | 6dc37b28cd5f7c30dbec803098221dc7334b8a62 (diff) | |
download | anaconda-c4c1504ed4b2333222b6aa57bd623d9631133455.tar.gz anaconda-c4c1504ed4b2333222b6aa57bd623d9631133455.tar.xz anaconda-c4c1504ed4b2333222b6aa57bd623d9631133455.zip |
a few pychecker fixes
Diffstat (limited to 'partitions.py')
-rw-r--r-- | partitions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.py b/partitions.py index 898ebc6aa..9e466e295 100644 --- a/partitions.py +++ b/partitions.py @@ -235,7 +235,7 @@ class Partitions: vgname = vg, physvols = pvids, pesize = pesize, - preexist = 1. + preexist = 1, preexist_size = preexist_size) vgid = self.addRequest(spec) |