From 11b76e3877bf47b3ee525d2b26bd5e02a1631736 Mon Sep 17 00:00:00 2001 From: maskarb Date: Tue, 26 Sep 2023 16:55:06 -0400 Subject: [PATCH] some cleanup --- nise/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nise/report.py b/nise/report.py index 0c60debe..44db2d78 100644 --- a/nise/report.py +++ b/nise/report.py @@ -214,7 +214,7 @@ def azure_route_file(storage_account_name, storage_file_name, local_path, storag copy_to_local_dir(storage_account_name, local_path, storage_file_name) -def ocp_route_file(insights_upload, local_path, *args): +def ocp_route_file(insights_upload, local_path): """Route file to either Upload Service or local filesystem.""" if os.path.isdir(insights_upload): extract_payload(insights_upload, local_path)