We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596805b commit 7fd4548Copy full SHA for 7fd4548
tools/OBCEditor/OBCEditor.py
@@ -84,7 +84,7 @@ def main():
84
print("OBCEditor ver. 1.2beta")
85
print("-------------------------")
86
print(f"Editing Script: {filename}")
87
- print(f"Script size: {len(content)} bytes\n")
+ print(f"Script size: {len(content)} bytes")
88
89
while True:
90
print("\nEnter 'modify' to display/edit the OBC Script.")
0 commit comments