Skip to content

Commit efad8d3

Browse files
committed
exit raw repl before close
1 parent bb8fe95 commit efad8d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mpytool/mpytool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ def _dispatch_ports(self, commands, is_last_group):
13621362
parts = platform.split('\t')
13631363
print(f" {parts[0]}, {parts[1]}" if len(parts) >= 2
13641364
else f" {platform}")
1365+
comm.exit_raw_repl()
13651366
finally:
13661367
conn.close()
13671368
except Exception:

0 commit comments

Comments
 (0)