Show More
@@ -6,7 +6,7 b' Requires Python 2.1 or better.' | |||
|
6 | 6 | |
|
7 | 7 | This file contains the main make_IPython() starter function. |
|
8 | 8 | |
|
9 |
$Id: ipmaker.py 26 |
|
|
9 | $Id: ipmaker.py 2672 2007-08-26 09:15:26Z vivainio $""" | |
|
10 | 10 | |
|
11 | 11 | #***************************************************************************** |
|
12 | 12 | # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu> |
@@ -655,6 +655,9 b" object? -> Details about 'object'. ?object also works, ?? prints more." | |||
|
655 | 655 | IP.InteractiveTB() |
|
656 | 656 | import_fail_info("ipy_user_conf") |
|
657 | 657 | |
|
658 | # finally, push the argv to options again to ensure highest priority | |
|
659 | IP_rc.update(opts) | |
|
660 | ||
|
658 | 661 | # release stdout and stderr and save config log into a global summary |
|
659 | 662 | msg.config.release_all() |
|
660 | 663 | if IP_rc.messages: |
General Comments 0
You need to be logged in to leave comments.
Login now