We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effaa59 commit 4662291Copy full SHA for 4662291
lib/charms/mysql/v0/s3_helpers.py
@@ -85,6 +85,8 @@ def upload_content_to_s3(content: str, content_path: str, s3_parameters: Dict) -
85
exc_info=e,
86
)
87
return False
88
+ finally:
89
+ ca_file.close()
90
91
return True
92
0 commit comments