AnykeyNL / OCI-AutoScale

Automatic Scaling for OCI BM Database Cloud Service (Schedule based)
Universal Permissive License v1.0
112 stars 64 forks source link

Should 'ErrorsFound' be declared as global variable in all threads? #8

Closed ljader closed 3 years ago

ljader commented 3 years ago

https://github.com/AnykeyNL/OCI-AutoScale/blob/c716f85d8509791d6217d5264978b49564adc1b5/AutoScaleALL.py#L93

When I opened the script in Visual Studio Code, the pylint reported that this variable is unused - is it true and should be fixed? (I'm only a python beginner, so sorry if it's a false positive)