mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Catch ImportErrors for Google SDKs (#25550)
(cherry picked from commit effd73f2cc)
This commit is contained in:
committed by
Michael S. Molina
parent
9ccb6445ee
commit
b45f719c2b
@@ -52,7 +52,7 @@ try:
|
||||
from google.oauth2 import service_account
|
||||
|
||||
dependencies_installed = True
|
||||
except ModuleNotFoundError:
|
||||
except ImportError:
|
||||
dependencies_installed = False
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user