Closed dwrobel closed 9 months ago
does the underscore mean the variable will be ignored by the test? maybe we can remove that functionality completely, when nothing is using it. what's the point of calling that anyway?
does the underscore mean the variable will be ignored
Thanks to underscore we assign a value to an existing variable (not to the one which doesn't exist), see: https://github.com/search?q=repo%3Avlachoudis%2FbCNC%20_errorReport&type=code.
thanks
Fixes: Utils.py:213:9: F841 local variable 'errorReport' is assigned to but never used.