mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2019 - fixed wrong value
This commit is contained in:
parent
1154f61ac1
commit
07fdcc6f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def headless_publish(log, close_plugin_name=None, is_test=False):
|
|||
|
||||
publish_and_log(dbcon, _id, log, close_plugin_name)
|
||||
else:
|
||||
publish(log, 'CloseAE')
|
||||
publish(log, close_plugin_name)
|
||||
|
||||
|
||||
def get_webpublish_conn():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue