Fixed in r3347.
In r3348, I also added some more graceful handling of the case that a result dir
for ./experiment.py already exists. In that case, we now don't attempt the
problem. Instead, we just skip it and print an error message. Error messages are
repeated at end of experiment output so that they are harder to miss.
Before r3348, experiments whose results already existed would be attempted, but
there would be an error after the planner run which would cause the experiment
to be aborted and require manual cleanup.
|