Skip to content

Commit f9cbe0d

Browse files
committed
Build b2
1 parent d47725f commit f9cbe0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hatch_build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def initialize(self, version: str, build_data: dict[str, Any]) -> None:
2929
else:
3030
build_packages = "-b missing"
3131

32-
assert os.system(f"conan install . -u {build_packages} -of build --format json -b b2/* --out-file graph.json") == 0, (
33-
"Conan install failed"
34-
)
32+
assert (
33+
os.system(f"conan install . -u {build_packages} -of build --format json -b b2/* --out-file graph.json") == 0
34+
), "Conan install failed"
3535

3636
if "CONAN_UPLOAD_OSP" in os.environ:
3737
print("Uploading packages..")

0 commit comments

Comments
 (0)