mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +08:00
Update comment to clarify function usage.
CURA-8610
This commit is contained in:
parent
21d59e9349
commit
3dec025cb8
@ -53,7 +53,7 @@ class CuraPackageManager(PackageManager):
|
||||
super().initialize()
|
||||
|
||||
def getMaterialFilePackageId(self, file_name: str, guid: str) -> str:
|
||||
"""Get the id of the material package that contains file_name"""
|
||||
"""Get the id of the installed material package that contains file_name"""
|
||||
for material_package in [f for f in os.scandir(self._installation_dirs_dict["materials"]) if f.is_dir()]:
|
||||
package_id = material_package.name
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user