We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e541ff7 commit 6af2fdcCopy full SHA for 6af2fdc
1 file changed
config.py
@@ -72,7 +72,7 @@ def validate_config(config):
72
raise ConfigError("Config error: Incorrect media reference settings")
73
74
if config.driver == DriverType.GOOGLE_DRIVE and not (
75
- config.google_drive.service_account_file
+ hasattr(config.google_drive, "service_account_file")
76
and config.google_drive.folder
77
and config.google_drive.share_with
78
):
0 commit comments