diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-12 07:08:57 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-12 07:08:57 +0000 |
commit | c96e71c1362b613af2e50e9b3beda112ac6a59a4 (patch) | |
tree | 5323d7e892c63e85d6f3d706d38f93f6af1c0b65 /partitions.py | |
parent | c33f6490572d1193fb4e05cb83d9d387423dc77f (diff) | |
download | anaconda-c96e71c1362b613af2e50e9b3beda112ac6a59a4.tar.gz anaconda-c96e71c1362b613af2e50e9b3beda112ac6a59a4.tar.xz anaconda-c96e71c1362b613af2e50e9b3beda112ac6a59a4.zip |
pychecker is my friendanaconda-s390-tag4
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 a7c8dd35d..8205da575 100644 --- a/partitions.py +++ b/partitions.py @@ -232,7 +232,7 @@ class Partitions: # now we need to find out about the logical volumes if not os.path.isdir("/proc/lvm/VGs/%s/LVs" %(vg,)): - log("Unable to find LVs for %s" % (lv,)) + log("Unable to find LVs for %s" % (vg,)) continue lvs = os.listdir("/proc/lvm/VGs/%s/LVs" % (vg,)) for lv in lvs: |