Check that directory exists

main
Bob Mottram 2020-11-20 09:34:31 +00:00
parent 97119e05c5
commit b889c8dfdd
1 changed files with 5 additions and 4 deletions

View File

@ -615,6 +615,7 @@ def setTheme(baseDir: str, name: str, domain: str) -> bool:
# set the news avatar
newsAvatarThemeFilename = \
baseDir + '/theme/' + name + '/icons/avatar_news.png'
if os.path.isdir(baseDir + '/accounts/news@' + domain):
if os.path.isfile(newsAvatarThemeFilename):
newsAvatarFilename = \
baseDir + '/accounts/news@' + domain + '/avatar.png'