1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00
This commit is contained in:
Nick Sweeting
2022-06-08 20:16:08 -07:00
committed by GitHub
parent e2fa68dba6
commit 2bbc742017

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(),