Skip to content

Commit

Permalink
flake8ed
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Jul 10, 2019
1 parent cb232ab commit 05d57ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/driver/outputmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def setup_out_file(self):
setattr(self.out_file, key, getattr(self.parameter, key))
if hasattr(self, key):
setattr(self.out_file, key, getattr(self, key))

DataSet.apply_custom_keys(self.out_file, self.parameter.custom_keys, self.var)

def add_region(self, region):
Expand Down

0 comments on commit 05d57ba

Please sign in to comment.