Correction in srcstr line for contrast finding
This commit is contained in:
parent
01e53bdcde
commit
4434ad004c
@ -292,7 +292,7 @@ class mstr_layergen:
|
|||||||
for s in range(len(src)):
|
for s in range(len(src)):
|
||||||
srcstr = srcstr + str(src[s])
|
srcstr = srcstr + str(src[s])
|
||||||
if s < len(src)-1:
|
if s < len(src)-1:
|
||||||
srcstr = strsrc + ","
|
srcstr = srcstr + ","
|
||||||
|
|
||||||
# Patch and border sources. There can only be one for each.
|
# Patch and border sources. There can only be one for each.
|
||||||
brd_src = None
|
brd_src = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user