2021.4.post1 #31

Merged
edraft merged 92 commits from 2021.4.post1 into master 2021-05-19 09:00:40 +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: for template in templates:
divider = '' divider = ''
if not template.path.endswith('/'): if template.path != '' and not template.path.endswith('/'):
divider = '/' divider = '/'
Console.spinner( Console.spinner(

View File

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