Space out the log statements a little
This commit is contained in:
@@ -181,7 +181,7 @@ def build_on_docker(
|
||||
if abi3_wheel:
|
||||
log.step_end()
|
||||
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]
|
||||
else:
|
||||
|
||||
@@ -325,7 +325,7 @@ def build(options: Options, tmp_path: Path) -> None:
|
||||
if abi3_wheel:
|
||||
log.step_end()
|
||||
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
|
||||
else:
|
||||
|
||||
@@ -281,7 +281,7 @@ def build(options: Options, tmp_path: Path) -> None:
|
||||
if abi3_wheel:
|
||||
log.step_end()
|
||||
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
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user