mirror of
https://github.com/espressif/esptool.git
synced 2025-10-21 23:30:34 +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)
|
detect_port.connect(connect_mode, connect_attempts, detecting=True)
|
||||||
|
|
||||||
def check_if_stub(instance):
|
def check_if_stub(instance):
|
||||||
print(f" {instance.CHIP_NAME}", end="")
|
print(f" {instance.CHIP_NAME}")
|
||||||
if detect_port.sync_stub_detected:
|
if detect_port.sync_stub_detected:
|
||||||
instance = instance.STUB_CLASS(instance)
|
instance = instance.STUB_CLASS(instance)
|
||||||
instance.sync_stub_detected = True
|
instance.sync_stub_detected = True
|
||||||
|
Reference in New Issue
Block a user