Skip to content

Commit 1e0b1ab

Browse files
committed
added back config transformer image
1 parent 9a80714 commit 1e0b1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

servicex_codegen/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def create_app(test_config=None, provided_translator=None):
6161
if 'CODEGEN_CONFIG_FILE' in os.environ:
6262
app.config.from_envvar('CODEGEN_CONFIG_FILE')
6363

64+
app.config['TRANSFORMER_SCIENCE_IMAGE'] = os.environ.get('TRANSFORMER_SCIENCE_IMAGE')
65+
6466
with app.app_context():
6567
translator = provided_translator
6668

0 commit comments

Comments
 (0)