Skip to content

Commit

Permalink
fixed no output issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Mar 8, 2017
1 parent e635d86 commit e40ab6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pcmdi/scripts/driver/pmp_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self):

self.metrics_output_path = ''
self.filename_output_template = ''
self.dry_run = False

def check_str(self, str_var, str_var_name):
if type(str_var) is not str:
Expand Down

0 comments on commit e40ab6a

Please sign in to comment.