signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

Fix for exception when pulling two instances for same repo #148

Closed jverhoeven closed 9 years ago

jverhoeven commented 9 years ago

See https://github.com/signalfuse/maestro-ng/issues/147

Fix is by checking if non-empty dlstatus is returned. Only then the percentage can be updated in the terminal.

Did a simple test before and after fix with 5 instances of same service.

mpetazzoni commented 9 years ago

Thanks!