gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

Fixes File fetcher error due to Python 3 changes #609

Closed ejohnson73 closed 2 years ago

ejohnson73 commented 2 years ago

Use of the file fetcher caused the following error due to the deprecation of 'has_key' in Python 3. This uses the Python 3 syntax.

[ERROR] 'collections.OrderedDict' object has no attribute 'has_key'