From df416f7c3cd9a03a1c72a0c78accc8f429baca14 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Apr 04 2017 21:48:59 +0000 Subject: missed one listTaskOutput call --- diff --git a/cli/koji b/cli/koji index 2ec3c2a..ca8631e 100755 --- a/cli/koji +++ b/cli/koji @@ -6921,7 +6921,7 @@ def anon_handle_download_task(options, session, args): downloads = [] for task in downloadable_tasks: - files = session.listTaskOutput(task["id"], all_volumes=True) + files = list_task_output_all_volumes(session, task["id"]) for filename in files: if filename.endswith(".log") and suboptions.logs: for volume in files[filename]: