Skip to content

Commit

Permalink
#85 - Fixed bug to get Airflow image
Browse files Browse the repository at this point in the history
  • Loading branch information
Latamen committed Jul 30, 2021
1 parent b436adb commit f0fada2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def extract_transform_load_images(swift_result, swift_container, swift_id, proce

# Décodage de l'image
#image = str(swift_result,'utf-8')
image = str(image)
image = str(swift_result)
image = image.split("'")
image = ''.join(map(str.capitalize, image[1:]))
#URL Mongo
Expand Down

0 comments on commit f0fada2

Please sign in to comment.