diff options
author | Chris Lumens <clumens@redhat.com> | 2007-09-19 18:35:16 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-09-19 18:35:16 +0000 |
commit | dc6dd742d400979f94ae1b0191afea33574475d4 (patch) | |
tree | b0850667505bee44f42e796c4c80763ea3f96b69 /fsset.py | |
parent | 8cd6d5f3f6b236e5149dcea2aeb244b6d888ce86 (diff) | |
download | anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.tar.gz anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.tar.xz anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.zip |
Lots of minor pychecker error fixes. Some of these are even real problems.
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2596,7 +2596,7 @@ def allocateLoopback(file): continue break if found: - return dev + return path return None def ext2FormatFilesystem(argList, messageFile, windowCreator, mntpoint): |