2021.4.6 #25

Merged
edraft merged 57 commits from 2021.4.6 into 2021.4.post1 2021-04-11 15:54:38 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b2c5d304f8 - Show all commits

View File

@ -132,7 +132,7 @@ class ConsoleBuilder:
for template in templates:
divider = ''
if not template.path.endswith('/'):
if template.path != '' and not template.path.endswith('/'):
divider = '/'
Console.spinner(

View File

@ -132,7 +132,7 @@ class LibraryBuilder:
for template in templates:
divider = ''
if not template.path.endswith('/'):
if template.path != '' and not template.path.endswith('/'):
divider = '/'
Console.spinner(