##// END OF EJS Templates
Fix broken syntax
Fernando Perez -
Show More
@@ -43,7 +43,7 b" if sys.platform == 'darwin' and have_readline:"
43 43 except IOError, (errno, strerror):
44 44 if errno == 4:
45 45 continue
46 else
46 else:
47 47 break
48 48
49 49 if status == 0 and len(result) > 0:
General Comments 0
You need to be logged in to leave comments. Login now