Skip to content

Commit cbaaffc

Browse files
committed
add extra space after ▶️ to remove text overlap
1 parent 0f1cc9e commit cbaaffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startup_scripts/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def filename(f):
2020
if not f.name.endswith('.py'):
2121
continue
2222

23-
print(f"▶️ Running the startup script {f.path}")
23+
print(f"▶️ Running the startup script {f.path}")
2424
try:
2525
runpy.run_path(f.path)
2626
except SystemExit as e:

0 commit comments

Comments
 (0)