##// END OF EJS Templates
Merge pull request #11833 from LittleLightLittleFire/master...
Matthias Bussonnier -
r25154:994d42df merge
parent child Browse files
Show More
@@ -2989,7 +2989,7 b' class InteractiveShell(SingletonConfigurable):'
2989 self.showtraceback(preprocessing_exc_tuple)
2989 self.showtraceback(preprocessing_exc_tuple)
2990 if store_history:
2990 if store_history:
2991 self.execution_count += 1
2991 self.execution_count += 1
2992 return error_before_exec(preprocessing_exc_tuple[2])
2992 return error_before_exec(preprocessing_exc_tuple[1])
2993
2993
2994 # Our own compiler remembers the __future__ environment. If we want to
2994 # Our own compiler remembers the __future__ environment. If we want to
2995 # run code with a separate __future__ environment, use the default
2995 # run code with a separate __future__ environment, use the default
General Comments 0
You need to be logged in to leave comments. Login now