Skip to content

Commit d3806b0

Browse files
committed
fixed connection issue for global arg: preserve_connection
1 parent 4982c8a commit d3806b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodescraper/interfaces/connectionmanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ def connect(self) -> TaskResult:
140140
def disconnect(self):
141141
"""disconnect connection (Optional)"""
142142
self.connection = None
143+
self.result.status = ExecutionStatus.UNSET

0 commit comments

Comments
 (0)