Skip to content

Commit 6a59fb1

Browse files
PR review comments
1 parent 84d9978 commit 6a59fb1

File tree

1 file changed

+1
-2
lines changed
  • unstract/connectors/src/unstract/connectors/filesystems/azure_cloud_storage

1 file changed

+1
-2
lines changed

unstract/connectors/src/unstract/connectors/filesystems/azure_cloud_storage/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def parse_azure_error(e: Exception) -> ConnectorError:
4242
return AzureHttpError(error_message)
4343
else:
4444
error_message += (
45-
f"Unexpected error from Azure Cloud Storage. \n"
46-
f"Error: \n```\n{str(e)}\n```"
45+
f"Error from Azure Cloud Storage. \n" f"Error: \n```\n{str(e)}\n```"
4746
)
4847
return ConnectorError(error_message)

0 commit comments

Comments
 (0)