Image filename

merge-requests/8/head
Bob Mottram 2020-12-20 17:59:09 +00:00
parent 81a49a63ce
commit 2a66ef4c5c
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ def getImageFile(baseDir: str, name: str, directory: str,
bannerFilenameTest = directory + '/' + bannerFileTest
if os.path.isfile(bannerFilenameTest):
bannerFile = name + '_' + theme + '.' + ext
bannerFilename = directory + '/' + bannerFile
bannerFilename = bannerFilenameTest
break
return bannerFile, bannerFilename