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

Minor code cleanup and fetching prev uat.rdf from remote #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sswaitUS
Copy link
Collaborator

@sswaitUS sswaitUS commented Jan 15, 2025

Doing some code cleanup including fixing typos, closing resources properly, removing unused methods/imports, renaming single letter variables, etc.
Also, fetching the previous uat.rdf from the remote github location for the release notes generator

…perly, removing unused methods/imports, renaming single letter variables, etc.
@sswaitUS sswaitUS changed the title Minor code cleanup Minor code cleanup and fetching prev uat.rdf from remote Jan 20, 2025
@sswaitUS sswaitUS marked this pull request as ready for review January 21, 2025 18:16
@sswaitUS sswaitUS requested a review from katieefrey January 21, 2025 18:17
timestamp = datetime.now().strftime("%Y_%m%d_%H%M")

def get_latest_uat_rdf():
url = "https://api.github.com/repos/astrothesaurus/UAT/releases/latest"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@katieefrey What do you think about getting the latest uat from the web (the code I am doing here) instead of manually adding it to the project locally?

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.

1 participant