We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56e1790 + d3806b0 commit 3efa92cCopy full SHA for 3efa92c
nodescraper/interfaces/connectionmanager.py
@@ -140,3 +140,4 @@ def connect(self) -> TaskResult:
140
def disconnect(self):
141
"""disconnect connection (Optional)"""
142
self.connection = None
143
+ self.result.status = ExecutionStatus.UNSET
0 commit comments