1
0
Fork 0
mirror of synced 2024-06-02 02:25:20 +12:00
This commit is contained in:
Nick Sweeting 2022-06-08 20:16:08 -07:00 committed by GitHub
parent e2fa68dba6
commit 2bbc742017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -831,7 +831,7 @@ def get_data_locations(config: ConfigDict) -> ConfigValue:
'path': config['ARCHIVE_DIR'].resolve(),
'enabled': True,
'is_valid': config['ARCHIVE_DIR'].exists(),
'is_mount': os.path.ismount(onfig['ARCHIVE_DIR'].resolve()),
'is_mount': os.path.ismount(config['ARCHIVE_DIR'].resolve()),
},
'CONFIG_FILE': {
'path': config['CONFIG_FILE'].resolve(),