##// END OF EJS Templates
fix UnboundLocalError
Matthias Bussonnier -
Show More
@@ -2789,6 +2789,7 b' class InteractiveShell(SingletonConfigurable):'
2789 2789 -------
2790 2790 result : :class:`ExecutionResult`
2791 2791 """
2792 result = None
2792 2793 try:
2793 2794 result = self._run_cell(
2794 2795 raw_cell, store_history, silent, shell_futures)
General Comments 0
You need to be logged in to leave comments. Login now