Skip to content

Commit

Permalink
Debug cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixy6e committed Feb 20, 2017
1 parent 8f9b905 commit 16b7dd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflow/nbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,10 @@ def run(self):
reqs = self.requires()
for key in reqs:
inputs = reqs[key].input()
ozone_fname = value['ozone'].path
vapour_fname = value['vapour'].path
aerosol_fname = value['aerosol'].path
elevation_fname = value['elevation'].path
ozone_fname = inputs['ozone'].path
vapour_fname = inputs['vapour'].path
aerosol_fname = inputs['aerosol'].path
elevation_fname = inputs['elevation'].path

ozone += load_value(ozone_fname)
vapour += load_value(vapour_fname)
Expand Down

0 comments on commit 16b7dd5

Please sign in to comment.