Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pylint 2.13.9 seems to notice that `stored_exception` does not get set if `self.iscsiSRs` is empty: drivers/LVHDoISCSISR.py:514:22: E0601: Using variable 'stored_exception' before assignment (used-before-assignment) The code can indeed be simplified, as `connected` and `stored_exception` were indeed tighly related, and only one is needed in the end. Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
- Loading branch information