On Mon, 17 Sep 2007, Sven Schreiber wrote:
I have the following minimal example script:
<script>
open denmark
outfile --write "(a)userdir/optionerrortest.py"
print " tracestats = -teff * log(1-evals).cumsum()"
outfile --close
</script>
I'm expecting a file optionerrortest.py with the contents:
<expected>
tracestats = -teff * log(1-evals).cumsum()
</expected>
but I effectively get the following contents:
<actual>
? print " tracestats = -teff * log(1-evals).cumsum()"
Invalid option '-e'
Thanks for the report. This should now be fixed in CVS and
snapshot.
Allin