From 182517d0715023d7ac3050ea2ad2bef77cbf8475 2010-04-25 04:05:49 From: Fernando Perez Date: 2010-04-25 04:05:49 Subject: [PATCH] Fix broken syntax --- diff --git a/IPython/rlineimpl.py b/IPython/rlineimpl.py index b5afb3c..4541ea4 100644 --- a/IPython/rlineimpl.py +++ b/IPython/rlineimpl.py @@ -43,7 +43,7 @@ if sys.platform == 'darwin' and have_readline: except IOError, (errno, strerror): if errno == 4: continue - else + else: break if status == 0 and len(result) > 0: