8d0b4bc cli: catch koji.ParameterError in list_task_output_all_volumes

1 file Authored by ktdreyer 3 years ago, Committed by tkopecek 3 years ago,
    cli: catch koji.ParameterError in list_task_output_all_volumes
    
    When we send an RPC with a parameter that the hub does not understand,
    we get a koji.ParameterError.
    
    Update list_task_output_all_volumes() to catch the specific error we
    expect here.
    
    The purpose of this change is to make the code easier to understand.
    
        
file modified
+1 -1