Skip to content

Conversation

@Apurv428
Copy link
Collaborator

Fixed issue #110 which was addressed in the #124.
I have addressed the changes which were requested on the PR

aashish-khatri and others added 2 commits May 15, 2024 10:30
file_path = os.path.join(directory, 'ZOSOpenTools.json')

with open(file_path, 'w') as file:
json.dump(zOS_list, file, indent=2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My suggestion regarding the logic above is to look at how the other functions save the files.

Specifically, there's output so the user knows the file has saved:

print(f"Saved!\nfilename: {q}")

So you'll want to review the code a bit to make sure something like that works, and some of this could be simplified a bit based on other examples in the script.

@pleia2
Copy link
Contributor

pleia2 commented May 17, 2024

@Apurv428 You'll also want to add this new file to src/config/supported_distros.py

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 this pull request may close these issues.

3 participants