Correction in srcstr line for contrast finding

This commit is contained in:
Marcus Str. 2024-12-20 14:07:56 +01:00
parent 01e53bdcde
commit 4434ad004c

View File

@ -292,7 +292,7 @@ class mstr_layergen:
for s in range(len(src)):
srcstr = srcstr + str(src[s])
if s < len(src)-1:
srcstr = strsrc + ","
srcstr = srcstr + ","
# Patch and border sources. There can only be one for each.
brd_src = None