Skip to content

Commit 8f527c9

Browse files
committed
Actually fix it
Signed-off-by: Brentley Jones <[email protected]>
1 parent 20c1493 commit 8f527c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcodeproj/internal/xcodeproj_incremental_rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _write_autogeneration_config_file(
219219
args = actions.args()
220220
args.set_param_file_format("multiline")
221221

222-
args.add_all(config.get("test_options"), ["", ""])
222+
args.add_all(config.get("test_options", ["", ""]))
223223
args.add_all(
224224
config.get("scheme_name_exclude_patterns", []),
225225
omit_if_empty = False,

0 commit comments

Comments
 (0)