Skip to content

Commit c9d6df9

Browse files
committed
xxx
1 parent e1a8e6b commit c9d6df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/fs/gdrive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def _drive(self):
277277
# a lot of different errors - broken credentials file, refresh token
278278
# expired, flow failed, etc.
279279
except Exception as exc:
280-
raise GDriveAuthError(self.credentials_location) from exc
280+
raise exc
281281
finally:
282282
if is_credentials_temp:
283283
os.remove(temporary_save_path)

0 commit comments

Comments
 (0)