Skip to content

Commit

Permalink
Update utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcgee4 committed Dec 2, 2024
1 parent 4ae3559 commit 78ab159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub fn download_file(file_url: &str, file_path: &PathBuf) {
/// - An error should be thrown if the file for checking is not found, or if the version is not found.
///
/// # Limitations
/// - The function assumes that all data passed to it is in the correct format and clean
/// - The function assumes that all data passed to it is in the correct format
pub fn fetch_current(major_minor_version : &str) -> Option<String> {
// Currently a JSON file from endoflife: https://endoflife.date/python

Expand Down

0 comments on commit 78ab159

Please sign in to comment.