Space out the log statements a little
This commit is contained in:
@@ -181,7 +181,7 @@ def build_on_docker(
|
|||||||
if abi3_wheel:
|
if abi3_wheel:
|
||||||
log.step_end()
|
log.step_end()
|
||||||
print(
|
print(
|
||||||
f"Found previously built wheel {abi3_wheel.name}, that's compatible with {config.identifier}. Skipping build step..."
|
f"\nFound previously built wheel {abi3_wheel.name}, that's compatible with {config.identifier}. Skipping build step..."
|
||||||
)
|
)
|
||||||
repaired_wheels = [abi3_wheel]
|
repaired_wheels = [abi3_wheel]
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ def build(options: Options, tmp_path: Path) -> None:
|
|||||||
if abi3_wheel:
|
if abi3_wheel:
|
||||||
log.step_end()
|
log.step_end()
|
||||||
print(
|
print(
|
||||||
f"Found previously built wheel {abi3_wheel.name}, that's compatible with {config.identifier}. Skipping build step..."
|
f"\nFound previously built wheel {abi3_wheel.name}, that's compatible with {config.identifier}. Skipping build step..."
|
||||||
)
|
)
|
||||||
repaired_wheel = abi3_wheel
|
repaired_wheel = abi3_wheel
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -281,7 +281,7 @@ def build(options: Options, tmp_path: Path) -> None:
|
|||||||
if abi3_wheel:
|
if abi3_wheel:
|
||||||
log.step_end()
|
log.step_end()
|
||||||
print(
|
print(
|
||||||
f"Found previously built wheel {abi3_wheel.name}, that's compatible with {config.identifier}. Skipping build step..."
|
f"\nFound previously built wheel {abi3_wheel.name}, that's compatible with {config.identifier}. Skipping build step..."
|
||||||
)
|
)
|
||||||
repaired_wheel = abi3_wheel
|
repaired_wheel = abi3_wheel
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user