mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update comment to clarify function usage.
CURA-8610
This commit is contained in:
parent
21d59e9349
commit
3dec025cb8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue