Show More
@@ -2068,7 +2068,7 b' class InteractiveShell(Configurable, Magic):' | |||
|
2068 | 2068 | # raised in user code. It would be nice if there were |
|
2069 | 2069 | # versions of runlines, execfile that did raise, so |
|
2070 | 2070 | # we could catch the errors. |
|
2071 | self.run_cell(thefile.read()) | |
|
2071 | self.run_cell(thefile.read(), store_history=False) | |
|
2072 | 2072 | except: |
|
2073 | 2073 | self.showtraceback() |
|
2074 | 2074 | warn('Unknown failure executing file: <%s>' % fname) |
General Comments 0
You need to be logged in to leave comments.
Login now