Update pre_copy_template_workfile.py

Spelling correction
This commit is contained in:
Toke Jepsen 2021-07-28 11:11:46 +01:00 committed by GitHub
parent d5470d6c5f
commit b4c27aa5d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ class CopyTemplateWorkfile(PreLaunchHook):
))
return
self.log.info("Last workfile does not exits.")
self.log.info("Last workfile does not exist.")
project_name = self.data["project_name"]
asset_name = self.data["asset_name"]