##// END OF EJS Templates
Fix minor error that I saw in some odd cases, not sure how to test for it....
Fix minor error that I saw in some odd cases, not sure how to test for it. Unfortunately I don't have a reliable test case for this, it's deep in traceback handling. But I did see a few times ultratb itself crash.

File last commit:

r1261:a818e11a merge
r2438:0e6b27d4
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx