##// END OF EJS Templates
revert accidental checkin to completer.py
vivainio -
Show More
@@ -620,8 +620,8 b' class IPCompleter(Completer):'
620 except IndexError:
620 except IndexError:
621 return None
621 return None
622 except:
622 except:
623 from IPython.ultraTB import AutoFormattedTB; # dbg
623 #from IPython.ultraTB import AutoFormattedTB; # dbg
624 tb=AutoFormattedTB('Verbose');tb() #dbg
624 #tb=AutoFormattedTB('Verbose');tb() #dbg
625
625
626 # If completion fails, don't annoy the user.
626 # If completion fails, don't annoy the user.
627 return None
627 return None
General Comments 0
You need to be logged in to leave comments. Login now