From cbaaffc58914da9de93d1f7abfc59ff90ac41f24 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Wed, 30 Dec 2020 18:23:12 -0500 Subject: [PATCH] =?UTF-8?q?add=20extra=20space=20after=20=E2=96=B6?= =?UTF-8?q?=EF=B8=8F=20to=20remove=20text=20overlap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startup_scripts/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup_scripts/__main__.py b/startup_scripts/__main__.py index dc4cdc9..f85a1de 100644 --- a/startup_scripts/__main__.py +++ b/startup_scripts/__main__.py @@ -20,7 +20,7 @@ with scandir(this_dir) as it: if not f.name.endswith('.py'): continue - print(f"▶️ Running the startup script {f.path}") + print(f"▶️ Running the startup script {f.path}") try: runpy.run_path(f.path) except SystemExit as e: