Skip to content

Commit 02c0ae8

Browse files
committed
use clearConsole() for exit
1 parent 0a04a71 commit 02c0ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/OBCEditor/OBCEditor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def main():
162162

163163
elif choice == 'exit':
164164
print("Exiting without saving.")
165+
clearConsole()
165166
break
166167
else:
167168
print("Error: Invalid choice.")

0 commit comments

Comments
 (0)