Update openpype/hosts/max/plugins/publish/increment_workfile_version.py

This commit is contained in:
Ondřej Samohel 2023-03-23 12:06:01 +01:00 committed by GitHub
parent 2130f3d826
commit 81b659e933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ class IncrementWorkfileVersion(pyblish.api.ContextPlugin):
filepath = version_up(path)
rt.saveMaxFile(filepath)
self.log.info('Incrementing file version')
self.log.info("Incrementing file version")