Skip to content

Commit 6af2fdc

Browse files
committed
test
1 parent e541ff7 commit 6af2fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def validate_config(config):
7272
raise ConfigError("Config error: Incorrect media reference settings")
7373

7474
if config.driver == DriverType.GOOGLE_DRIVE and not (
75-
config.google_drive.service_account_file
75+
hasattr(config.google_drive, "service_account_file")
7676
and config.google_drive.folder
7777
and config.google_drive.share_with
7878
):

0 commit comments

Comments
 (0)