This commit is contained in:
O . O 2019-09-23 17:43:05 -04:00
Родитель 5efac0e568
Коммит ec95cffe55
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -103,10 +103,10 @@ class ImageryLayers():
while short in diction[bandpass]:
if suffix:
suffix += 1
short = short[:-1] + str(suffix)
else:
suffix = 1
short += str(suffix)
short += str(suffix)
diction[bandpass][short] = {}
diction[bandpass][short]['full_name'] = full_layer