Project 'python-team/modules/python-padme' was moved to 'python-team/packages/python-padme'. Please update any links and bookmarks that may still have the old path.
{command, zip, feeders}: replaces .wait by new .returncode property
Since wait() now only returns its process returncode, there is no need to keep it. This patch adds a returncode property to Command and replaces .wait when catching exit codes.
Loading
Please register or sign in to comment