mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix function call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user