Skip to content

Commit

Permalink
Pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shloka-bhalgat-unskript committed May 29, 2024
1 parent fbf8b30 commit 0d5734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unskript-ctl/unskript_upload_results_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def rename_and_upload(self, customer_name, checks_output):
if not folder_exists:
logger.debug(f"Creating folder {folder_path} in the bucket")
try:
self.s3_client.put_object(Bucket=self.bucket_name, Key=(folder_path))
self.s3_client.put_object(Bucket=self.bucket_name, Key=folder_path)
except ClientError as e:
logger.debug(f"Failed to create folder: {e}")

Expand Down

0 comments on commit 0d5734b

Please sign in to comment.