Skip to content

Commit

Permalink
Merge pull request #119 from Statoil/mda-bug2
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
joakim-hove authored Aug 15, 2018
2 parents f580e4f + 194d57c commit fb6249e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def create_context(self, arguments, itr, prior_context = None, update = True):
target_case_format = arguments["target_case"]
model_config = self.ert().getModelConfig( )
runpath_fmt = model_config.getRunpathFormat( )
jobname_fmt = model_conifg.getJobnameFormat( )
jobname_fmt = model_config.getJobnameFormat( )
subst_list = self.ert().getDataKW( )
fs_manager = self.ert().getEnkfFsManager()

Expand Down

0 comments on commit fb6249e

Please sign in to comment.