Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Sep 26, 2023
1 parent 81d5309 commit 11b76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nise/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11b76e3

Please sign in to comment.