A pull request with syntax errors is a problem for the autobin script. py2exe will return an error and it does not return to the main autobin folder. Bugfix needed to return to the main folder even in case of a bad pull request.
Retest with a bad pull request (syntax error in setup.py) passed. The uploaded binary is useless but autobin doesn't stop and is ready to build new binaries.
A pull request with syntax errors is a problem for the autobin script. py2exe will return an error and it does not return to the main autobin folder. Bugfix needed to return to the main folder even in case of a bad pull request.