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 05dde70 commit 5862d7dCopy full SHA for 5862d7d
servicex_codegen/post_operation.py
@@ -92,7 +92,9 @@ def post(self):
92
zip_data = self.stream_generated_code(generated_code_result)
93
# code gen transformer returns the default transformer image mentioned in
94
# the config file
95
- transformer_image = os.environ.get("TRANSFORMER_SCIENCE_IMAGE")
+ transformer_image = os.environ.get('TRANSFORMER_SCIENCE_IMAGE')
96
+ print(transformer_image)
97
+ print(os.environ['TRANSFORMER_SCIENCE_IMAGE'])
98
99
# MultipartEncoder library takes multiple types of data fields and merge
100
# them into a multipart mime data type
0 commit comments