Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Mar 15, 2017
1 parent f10d9e6 commit 9e24bc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python/pcmdi/scripts/driver/pmp_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def check_vars(self):

self.check_str_seq_in_str_list(self.vars, 'vars', vars_values)

def check_reference_data_set(self):
def check_ref(self):
ref_values = ['default', 'all', 'alternate', 'ref3']
self.check_str_seq_in_str_list(self.reference_data_set, 'reference_data_set', ref_values)

Expand Down Expand Up @@ -260,4 +260,3 @@ def check_values(self):
"_template' to %s for you" % self.filename_output_template)
if not hasattr(self, 'dry_run'):
self.dry_run = True

0 comments on commit 9e24bc3

Please sign in to comment.