Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 2, 2024
1 parent e5307a7 commit 8e4435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/command/runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def package(self):
cmake.install()
""")

client = TestClient(path_with_spaces=Falsepath_with_spaces=False)
client = TestClient(path_with_spaces=False)
client.save({'conanfile.py': conanfile,
"CMakeLists.txt": gen_cmakelists(libsources=["hello.cpp"],
appsources=["main.cpp"],
Expand Down

0 comments on commit 8e4435a

Please sign in to comment.