Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3cda198

Browse files
committed
Updated function for file parser to use correct file function
Signed-off-by: Tom Twyman <[email protected]>
1 parent ef16aeb commit 3cda198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sizer_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def parse_excel_api(**kwargs):
8787
uri = f'https://vmc.vmware.com/api/vmc-sizer/v5/sizing/adapter/{adapter}'
8888

8989
files=[
90-
('excelFile',(fn,open(f'{input_path}{fn}','rb'),'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'))
90+
('file',(fn,open(f'{input_path}{fn}','rb'),'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'))
9191
]
9292

9393
print()

0 commit comments

Comments
 (0)