Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pleia2 opened this issue Jun 21, 2024 · 0 comments · Fixed by #217
Closed

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

pleia2 opened this issue Jun 21, 2024 · 0 comments · Fixed by #217

Comments

@pleia2
Copy link
Contributor

pleia2 commented Jun 21, 2024

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 😄 but it is an easy fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant