Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
python: fix a breakage seen on the robot building the documentation
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Feb 2020 11:04:08 +0000 (12:04 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Feb 2020 11:04:11 +0000 (12:04 +0100)
commitcbc139a1f575f951f48b0e120bc79cbfd3cae613
tree00ed88bb99ad3b9a3e7fb5901f8808e3f27cd415
parent3a2885b7d34fc929bc4e407f95435c57cbb576cc
python: fix a breakage seen on the robot building the documentation

Not sure of why I didn't see it elsewhere, but anyway. There was no
reason to deal with sequential vs. parallel execs in the python world,
as the C++ worlds already deals with it.
src/bindings/python/simgrid_python.cpp