Skip to content

Commit

Permalink
Bug fix - lost a curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
davethau committed Oct 29, 2012
1 parent a04c5a2 commit f56c62c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/application/ee.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ def _MakeMosaic(self, period, long_span=0):
"args": [{"id":"MODIS/MOD09GA","version":micro_yesterday,"start_time":start_time,"end_time":period['end']},
{"id":"MODIS/MOD09GQ","version":micro_yesterday,"start_time":start_time,"end_time":period['end']},
{'type':'FeatureCollection','table_id':1868251,
'filter':filter,
start_time, period['end']]
'filter':filter}, start_time, period['end']]
}

def _SMA_image_command(self, period):
Expand Down

0 comments on commit f56c62c

Please # to comment.