fix: removed artifact syntax

Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
This commit is contained in:
Sponge96 2024-02-14 08:50:08 +00:00 committed by GitHub
parent 57815d19a1
commit d80ba2bac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,4 +20,4 @@ class SaveCurrentScene(pyblish.api.ContextPlugin):
self.log.info(f"Saving current file: {current_file}")
host.save_workfile(current_file)
else:
self.log.debug("No unsaved changes, skipping file save..")")
self.log.debug("No unsaved changes, skipping file save..")