Duke-GCB / bespin-cli

Command line client for Bespin
MIT License
0 stars 0 forks source link

Error listing dev workflows #11

Closed johnbradley closed 6 years ago

johnbradley commented 6 years ago

Currently bespin workflows list shows the following error when pointed at the dev bespin instance.

File "/Users/jpb67/Documents/work/bespin-cli/bespin/commands.py", line 183, in get_column_data
    latest_version = workflow['versions'][-1]
IndexError: list index out of range

This is because there is a workflow with no workflow versions.