mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
code cleanup in DataAccessLayer
This commit is contained in:
parent
14ef8efa0a
commit
95649be627
1 changed files with 4 additions and 4 deletions
|
@ -77,9 +77,9 @@ def getMetarObs(response):
|
|||
else:
|
||||
obs[param].append(None)
|
||||
|
||||
obs['presWeather'].append(pres_weather);
|
||||
obs['skyCover'].append(sky_cov);
|
||||
obs['skyLayerBase'].append(sky_layer_base);
|
||||
obs['presWeather'].append(pres_weather)
|
||||
obs['skyCover'].append(sky_cov)
|
||||
obs['skyLayerBase'].append(sky_layer_base)
|
||||
pres_weather = []
|
||||
sky_cov = []
|
||||
sky_layer_base = []
|
||||
|
|
Loading…
Add table
Reference in a new issue