Skip to content

Commit

Permalink
quirk typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Sep 20, 2024
1 parent b855bb3 commit 341ee6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/archery/archery/integration/tester_nanoarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def _run(self, arrow_path, json_path, command, quirks):
'JSON_PATH': json_path,
'COMMAND': command,
**{
f'QUIRK_{q}': 1
for q in quirks or []
f'QUIRK_{q}': "1"
for q in quirks or ""
},
}

Expand Down

0 comments on commit 341ee6b

Please sign in to comment.