mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 11:43:48 +08:00
fix: Fix missing newline in output
Regression originally caused by 8897ff8e
.
This commit is contained in:
@@ -99,7 +99,7 @@ def detect_chip(
|
||||
detect_port.connect(connect_mode, connect_attempts, detecting=True)
|
||||
|
||||
def check_if_stub(instance):
|
||||
print(f" {instance.CHIP_NAME}", end="")
|
||||
print(f" {instance.CHIP_NAME}")
|
||||
if detect_port.sync_stub_detected:
|
||||
instance = instance.STUB_CLASS(instance)
|
||||
instance.sync_stub_detected = True
|
||||
|
Reference in New Issue
Block a user