mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix variable check
This commit is contained in:
parent
fcc9c8ab2a
commit
2e925ea64b
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class CollectRenderedFiles(pyblish.api.ContextPlugin):
|
|||
os.environ.get("AYON_PUBLISH_DATA")
|
||||
or os.environ.get("OPENPYPE_PUBLISH_DATA")
|
||||
)
|
||||
if publish_data_paths:
|
||||
if not publish_data_paths:
|
||||
raise KnownPublishError("Missing `AYON_PUBLISH_DATA`")
|
||||
|
||||
# QUESTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue