Update openpype/hosts/maya/plugins/publish/extract_gpu_cache.py

Co-authored-by: Fabià Serra Arrizabalaga <fabia.serra92@gmail.com>
This commit is contained in:
Toke Jepsen 2023-03-20 09:20:52 +00:00 committed by GitHub
parent 12c54e22d6
commit f38bb35244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ from openpype.pipeline import publish
class ExtractGPUCache(publish.Extractor):
"""Extract the content of the instance to an CPU cache file."""
"""Extract the content of the instance to a GPU cache file."""
label = "GPU Cache"
hosts = ["maya"]