Skip to content

Commit

Permalink
Adjust connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Nov 11, 2024
1 parent 4d5c2c7 commit 86f3c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ayon_flame/plugins/create/create_workfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _get_project_metadata(self):
metadata = WireTapStr()
handle.getMetaData("XML", "", 1, metadata)

handle.disconnect()
server.disconnect()
del client
del handle
del server
Expand All @@ -80,7 +80,7 @@ def _dump_instance_data(self, data):
new_metadata = WireTapStr(updated)
ok = handle.setMetaData("XML", new_metadata.c_str())

handle.disconnect()
server.disconnect()
del client
del handle
del server
Expand Down

0 comments on commit 86f3c66

Please sign in to comment.