f312029 Guard against `IndexError`.

Authored and Committed by ralph 4 years ago
    Guard against `IndexError`.
    
    I found an instance here where the list was empty, and so trying to access the zeroeth element failed.
    
    This handles that, and logs a warning.