summaryrefslogtreecommitdiffstatshomepage
path: root/tests/esp32/partition_ota.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/esp32/partition_ota.py')
-rw-r--r--tests/esp32/partition_ota.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/esp32/partition_ota.py b/tests/esp32/partition_ota.py
index 765630c8ce..212fcf0338 100644
--- a/tests/esp32/partition_ota.py
+++ b/tests/esp32/partition_ota.py
@@ -95,7 +95,7 @@ def copy_partition(src, dest):
if sz - addr < 4096:
blk = blk[: sz - addr]
if addr & 0xFFFF == 0:
- # need to show progress to run-tests else it times out
+ # need to show progress to run-tests.py else it times out
print(" ... 0x{:06x}".format(addr))
src.readblocks(addr >> 12, blk)
dest.writeblocks(addr >> 12, blk)