openmainframeproject / software-discovery-tool

Software Discovery Tool
Apache License 2.0
31 stars 40 forks source link

Remove .json references in supported_distros.py.example #216

Closed pleia2 closed 3 weeks ago

pleia2 commented 3 weeks ago

The file at src/config/supported_distros.py.example includes some legacy .json file extensions that mistakenly were carried over.

These need to be removed for proper functioning of the tool. The three references that mistakenly still include .json are as follows:

    'z/OS Rocket Software': 'ZOS_Rocket_Software.json',
    'z/OS Open Mainframe Project': 'ZOS_OMP.json',
    'z/OS from IBM-Z-zOS': 'IBM_Z_zOS.json'

This was my mistake, sorry about that :smile: but it is an easy fix.