We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a80714 commit 1e0b1abCopy full SHA for 1e0b1ab
servicex_codegen/__init__.py
@@ -61,6 +61,8 @@ def create_app(test_config=None, provided_translator=None):
61
if 'CODEGEN_CONFIG_FILE' in os.environ:
62
app.config.from_envvar('CODEGEN_CONFIG_FILE')
63
64
+ app.config['TRANSFORMER_SCIENCE_IMAGE'] = os.environ.get('TRANSFORMER_SCIENCE_IMAGE')
65
+
66
with app.app_context():
67
translator = provided_translator
68
0 commit comments