mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2042 - fixed wrong value
Belongs to merged PR for AE testing
This commit is contained in:
parent
5d85503995
commit
1762f4635b
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