odavid / my-bloody-jenkins

Self Configured Jenkins Docker image based on Jenkins-LTS
MIT License
251 stars 71 forks source link

Fix for repeated deprecation warning raised in fetchconfig.py. #172

Closed ymagriso closed 4 years ago

ymagriso commented 4 years ago

The following warning is raised repeatedly by fetchconfig.py:

   elif not isinstance(c, collections.Mapping):
 /usr/bin/fetchconfig.py:96: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

This PR includes a fix for this repeated warning.

odavid commented 4 years ago

Thanks @ymagriso !