fix function call

This commit is contained in:
leminlimez
2024-10-07 16:32:14 -04:00
parent a71608f87c
commit fa8a799dc2

View File

@@ -136,7 +136,7 @@ class DeviceManager:
"/var/containers/Shared/SystemGroup/": "SysSharedContainerDomain-.",
"/var/containers/Data/SystemGroup/": "SysContainerDomain-."
}
for mapping in mappings.keys:
for mapping in mappings.keys():
if path.startswith(mapping):
new_path = path.replace(mapping, "")
return mappings[mapping], new_path