Fix mkdir error in ajax/spot.in.

* wrap/python/ajax/spot.in: Do not print an error
when attempting to create an existing directory.
Reported by Étienne Renault.
This commit is contained in:
Alexandre Duret-Lutz 2011-12-01 12:33:20 +01:00
parent 1e7cda5e05
commit a804c88e1b
2 changed files with 18 additions and 6 deletions

View file

@ -1,3 +1,11 @@
2011-12-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix mkdir error in ajax/spot.in.
* wrap/python/ajax/spot.in: Do not print an error
when attempting to create an existing directory.
Reported by Étienne Renault.
2011-11-29 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix build failure during "make check" on MacOS X.