Skip to content

Commit beebd2d

Browse files
committed
Appease them
1 parent 0574f59 commit beebd2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/cpp/run_install.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ def subprocess_must_run(*args, **kwargs):
4444
"install",
4545
"--no-build-isolation",
4646
os.path.abspath(pkg),
47-
] + sys.argv[1:]
47+
]
48+
+ sys.argv[1:]
4849
)

0 commit comments

Comments
 (0)