Skip to content

Commit 7fd4548

Browse files
committed
remove newline for Script size in OBCEditor
1 parent 596805b commit 7fd4548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/OBCEditor/OBCEditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def main():
8484
print("OBCEditor ver. 1.2beta")
8585
print("-------------------------")
8686
print(f"Editing Script: {filename}")
87-
print(f"Script size: {len(content)} bytes\n")
87+
print(f"Script size: {len(content)} bytes")
8888

8989
while True:
9090
print("\nEnter 'modify' to display/edit the OBC Script.")

0 commit comments

Comments
 (0)