conflict resolution

This commit is contained in:
lazysnake 2021-07-03 09:03:47 +02:00
parent 4f707ff8f4
commit c84be31c37
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ init python:
# Add each .png to the gallery
# TODO: make case insensitive
galleryItems = []
for cgFile in listdir(cgDirPath):
if isfile(join(cgDirPath, cgFile)):
if (cgFile[-4:] == '.png'):