mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 11:41:02 +02:00
Argument parsing (agent manager is broken)
This commit is contained in:
parent
4cce274428
commit
bb7ac5d380
3 changed files with 116 additions and 2 deletions
|
|
@ -39,8 +39,9 @@ class BaseProcessor:
|
|||
|
||||
def __del__(self):
|
||||
|
||||
if self.client:
|
||||
self.client.close()
|
||||
if hasattr(self, "client"):
|
||||
if self.client:
|
||||
self.client.close()
|
||||
|
||||
@staticmethod
|
||||
def add_args(parser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue