Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow to dump in multiple files #609

Merged
merged 2 commits into from
Jul 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
flake8ed
  • Loading branch information
doutriaux1 committed Jul 10, 2019
commit 05d57ba95a816a8542c5b8b7de53f13a6cb7c330
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