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 5fc51da commit a81b2eeCopy full SHA for a81b2ee
servicex_codegen/__init__.py
@@ -59,7 +59,7 @@ def create_app(test_config=None, provided_translator=None):
59
app.config.from_mapping(test_config)
60
else:
61
if 'CODEGEN_CONFIG_FILE' in os.environ:
62
- print('Read Transformer Image on Init: ',os.environ.get('TRANSFORMER_SCIENCE_IMAGE'))
+ print('Read Transformer Image on Init: ', os.environ.get('TRANSFORMER_SCIENCE_IMAGE'))
63
app.config.from_envvar('CODEGEN_CONFIG_FILE')
64
65
with app.app_context():
0 commit comments