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 a408d05 + 3efa92c commit 79d478cCopy full SHA for 79d478c
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