Commit 78d5348
committed
Fix code-quality issue in RemoteCommandExecutor
The __del__ special method is designed to be called by
the Python virtual machine when an object is no longer
reachable, but before it is destroyed.
Calling a __del__ method explicitly may cause an object
to enter an unsafe state.
Signed-off-by: Nicola Sirena <[email protected]>1 parent a9bf358 commit 78d5348
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | | - | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| |||
0 commit comments