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 f0558ee commit b093416Copy full SHA for b093416
servicex_codegen/post_operation.py
@@ -93,7 +93,7 @@ def post(self):
93
# code gen transformer returns the default transformer image mentioned in
94
# the config file
95
transformer_image = os.environ.get('TRANSFORMER_SCIENCE_IMAGE')
96
- print(transformer_image)
+ print('Transformer Image: ',transformer_image)
97
98
# MultipartEncoder library takes multiple types of data fields and merge
99
# them into a multipart mime data type
0 commit comments