Skip to content

Commit fa1e08a

Browse files
committed
Fix typo
1 parent e1c3918 commit fa1e08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executable/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def bulk_export_to_json(
4242
else:
4343
raise Exception(
4444
"API error (code = %d, message = %s)"
45-
% (repsonse.status_code, response.json())
45+
% (response.status_code, response.json())
4646
)
4747

4848

0 commit comments

Comments
 (0)