Update src/connectors/google_drive/connector.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f1f02b6460
commit
4ac41d3f03
1 changed files with 0 additions and 1 deletions
|
|
@ -497,7 +497,6 @@ class GoogleDriveConnector(BaseConnector):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# Use your base class logger if available
|
# Use your base class logger if available
|
||||||
try:
|
try:
|
||||||
#NOTE: TBD Remove the try catch
|
|
||||||
logger.error(f"Download failed for {file_id}: {e}")
|
logger.error(f"Download failed for {file_id}: {e}")
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue