Skip to content

Commit a81b2ee

Browse files
committed
Update __init__.py
1 parent 5fc51da commit a81b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex_codegen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def create_app(test_config=None, provided_translator=None):
5959
app.config.from_mapping(test_config)
6060
else:
6161
if 'CODEGEN_CONFIG_FILE' in os.environ:
62-
print('Read Transformer Image on Init: ',os.environ.get('TRANSFORMER_SCIENCE_IMAGE'))
62+
print('Read Transformer Image on Init: ', os.environ.get('TRANSFORMER_SCIENCE_IMAGE'))
6363
app.config.from_envvar('CODEGEN_CONFIG_FILE')
6464

6565
with app.app_context():

0 commit comments

Comments
 (0)