conflict resolution
This commit is contained in:
@ -66,6 +66,7 @@ init python:
|
|||||||
|
|
||||||
# Add each .png to the gallery
|
# Add each .png to the gallery
|
||||||
# TODO: make case insensitive
|
# TODO: make case insensitive
|
||||||
|
galleryItems = []
|
||||||
for cgFile in listdir(cgDirPath):
|
for cgFile in listdir(cgDirPath):
|
||||||
if isfile(join(cgDirPath, cgFile)):
|
if isfile(join(cgDirPath, cgFile)):
|
||||||
if (cgFile[-4:] == '.png'):
|
if (cgFile[-4:] == '.png'):
|
||||||
|
Reference in New Issue
Block a user