Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.' | |||
|
6 | 6 | |
|
7 | 7 | This file contains all the classes and helper functions specific to IPython. |
|
8 | 8 | |
|
9 |
$Id: iplib.py 134 |
|
|
9 | $Id: iplib.py 1348 2006-06-04 00:45:07Z fperez $ | |
|
10 | 10 | """ |
|
11 | 11 | |
|
12 | 12 | #***************************************************************************** |
@@ -450,7 +450,7 b' class InteractiveShell(object,Magic):' | |||
|
450 | 450 | header='IPython system call: ', |
|
451 | 451 | verbose=self.rc.system_verbose) |
|
452 | 452 | self.getoutputerror = lambda cmd: \ |
|
453 |
getoutputerror |
|
|
453 | getoutputerror(self.var_expand(cmd), | |
|
454 | 454 |
|
|
455 | 455 |
|
|
456 | 456 |
General Comments 0
You need to be logged in to leave comments.
Login now