mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-23 00:13:11 +01:00
add extra space after ▶️ to remove text overlap
This commit is contained in:
parent
0f1cc9eea0
commit
cbaaffc589
@ -20,7 +20,7 @@ with scandir(this_dir) as it:
|
|||||||
if not f.name.endswith('.py'):
|
if not f.name.endswith('.py'):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
print(f"▶️ Running the startup script {f.path}")
|
print(f"▶️ Running the startup script {f.path}")
|
||||||
try:
|
try:
|
||||||
runpy.run_path(f.path)
|
runpy.run_path(f.path)
|
||||||
except SystemExit as e:
|
except SystemExit as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user