mailr4492 - /1.3/prompt/interpreter.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 08, 2008 - 16:22:
Author: bugman
Date: Tue Jan  8 16:22:58 2008
New Revision: 4492

URL: http://svn.gna.org/viewcvs/relax?rev=4492&view=rev
Log:
Converted the default quit arg of run_script() to a bool.


Modified:
    1.3/prompt/interpreter.py

Modified: 1.3/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/interpreter.py?rev=4492&r1=4491&r2=4492&view=diff
==============================================================================
--- 1.3/prompt/interpreter.py (original)
+++ 1.3/prompt/interpreter.py Tue Jan  8 16:22:58 2008
@@ -476,7 +476,7 @@
     console.interact(intro, local)
 
 
-def run_script(intro=None, local=None, script_file=None, quit=1, 
show_script=True, raise_relax_error=False):
+def run_script(intro=None, local=None, script_file=None, quit=True, 
show_script=True, raise_relax_error=False):
     """Python interpreter emulation.
 
     This function replaces 'code.interact'.




Related Messages


Powered by MHonArc, Updated Tue Jan 08 16:40:11 2008