From 4f3a190484b4ae076c323e9ee52aa4a3022432a6 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 14 Feb 2002 00:01:00 +0000 Subject: fix the implicit return --- floppy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floppy.py') 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 -- cgit