Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bulli92 committed Mar 21, 2015
1 parent c0a7b75 commit 57b845c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycmbs/benchmarking/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def __read_options(self):
os.environ.update({'CDOTEMPDIR': self.options['tempdir']})

def __read_var_block(self):
# read header of variable plot
""" read header of variable plot """
vars = []
vars_interval = {}
l = self.__read_header()
Expand All @@ -181,6 +181,7 @@ def __read_var_block(self):
else:
l = ' '


return vars, vars_interval

def __get_model_details(self, s):
Expand Down

0 comments on commit 57b845c

Please sign in to comment.