From 4c75a8705a2c81c4f7658aa11927af0e70755bf6 2010-04-25 04:05:07 From: Fernando Perez Date: 2010-04-25 04:05:07 Subject: [PATCH] Fix broken syntax. --- diff --git a/IPython/utils/rlineimpl.py b/IPython/utils/rlineimpl.py index 07a359d..b2e97b6 100644 --- a/IPython/utils/rlineimpl.py +++ b/IPython/utils/rlineimpl.py @@ -45,7 +45,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: