Skip to content

Commit

Permalink
fixed bug to set environment variables in the RegridDataPlane environ…
Browse files Browse the repository at this point in the history
…ment instead of the PyEmbedIngest environment
  • Loading branch information
georgemccabe committed Jan 19, 2023
1 parent ad98cc8 commit 43b8919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/wrappers/py_embed_ingest_wrapper.py
Expand Up @@ -184,7 +184,7 @@ def run_at_time_lead(self, time_info):

rdp.infiles.append(output_grid)

self.set_environment_variables(time_info)
rdp.set_environment_variables(time_info)

self.logger.info(f'Running PyEmbed Ingester {index}')

Expand Down

0 comments on commit 43b8919

Please sign in to comment.