pantheon-deprecated / terminus-deprecated

Deprecated CLI for Pantheon. Do not install. Current project:
https://github.com/pantheon-systems/cli
82 stars 24 forks source link

Check that terminus_jobs_list() returns truthy before iterating #189

Closed iamEAP closed 10 years ago

iamEAP commented 10 years ago

Related to #188, but just a minor annoyance. PHP throws a warning when Terminus is unable to return a job list.

Invalid argument supplied for foreach() terminus.drush.inc:1754

Just need to account for terminus_jobs_list() returning FALSE.

mikevanwinkle commented 10 years ago

Agreed ... this looks good