Skip to content

Commit 2a4e9e4

Browse files
committed
fixing bug in function read_wps_form
1 parent d669be1 commit 2a4e9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/app-resources/bin/lulc_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ def read_wps_form(param):
161161
yearsdict[y]='LC8'
162162
yearsdict.update(yearsdict)
163163
years=yearsdict
164-
return years
164+
return years
165165
elif param=='tiles':
166166
#handle tiles variable from ciop
167167
tiles = ciop.getparam('tiles')
168168
tiles = tiles.split(',')
169-
return tiles
169+
return tiles
170170

171171
def main():
172172
#get start time

0 commit comments

Comments
 (0)