Skip to content

Commit b093416

Browse files
committed
Update post_operation.py
1 parent f0558ee commit b093416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex_codegen/post_operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def post(self):
9393
# code gen transformer returns the default transformer image mentioned in
9494
# the config file
9595
transformer_image = os.environ.get('TRANSFORMER_SCIENCE_IMAGE')
96-
print(transformer_image)
96+
print('Transformer Image: ',transformer_image)
9797

9898
# MultipartEncoder library takes multiple types of data fields and merge
9999
# them into a multipart mime data type

0 commit comments

Comments
 (0)