Skip to content

Commit

Permalink
Update dev/archery/archery/integration/tester_nanoarrow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
bkietz and pitrou authored Sep 24, 2024
1 parent aa27422 commit f2dc3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/tester_nanoarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _run(self, arrow_path, json_path, command, quirks):
'COMMAND': command,
**{
f'QUIRK_{q}': "1"
for q in quirks or ""
for q in quirks or ()
},
}

Expand Down

0 comments on commit f2dc3f4

Please sign in to comment.