summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-14 00:01:00 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-14 00:01:00 +0000
commit4f3a190484b4ae076c323e9ee52aa4a3022432a6 (patch)
tree02b62c576439ce247560784a0ef0300984dc1ce1 /floppy.py
parent0325cc85396ae6afd311440192c3746efcfadc1d (diff)
downloadanaconda-4f3a190484b4ae076c323e9ee52aa4a3022432a6.tar.gz
anaconda-4f3a190484b4ae076c323e9ee52aa4a3022432a6.tar.xz
anaconda-4f3a190484b4ae076c323e9ee52aa4a3022432a6.zip
fix the implicit return
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/floppy.py b/floppy.py
index 7cbba3de9..9a6f7af14 100644
--- a/floppy.py
+++ b/floppy.py
@@ -87,4 +87,4 @@ def makeBootdisk (intf, floppyDevice, hdList, instPath):
"Please make sure that there is a formatted floppy "
"in the first floppy drive."))
return DISPATCH_BACK
-
+ return DISPATCH_FORWARD