Skip to content

Conversation

@nathanthorpe
Copy link
Contributor

@nathanthorpe nathanthorpe commented Oct 25, 2023

Adds the ability to enable the SHA256 hash of a file

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication


answers = prompt_wrapper(directory_prompt)
return answers['data_directory']
return str(Path(answers['data_directory']).expanduser())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needed to add expanduser so ~ would work on windows

@nathanthorpe nathanthorpe linked an issue Oct 25, 2023 that may be closed by this pull request
@nathanthorpe nathanthorpe requested a review from sminot October 26, 2023 03:51
Copy link
Contributor

@sminot sminot left a comment

Choose a reason for hiding this comment

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

Looks great

@nathanthorpe nathanthorpe merged commit 1a95362 into main Oct 26, 2023
@nathanthorpe nathanthorpe deleted the checksum branch October 26, 2023 21:36
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.

Add checksum information to uploaded / downloaded files

3 participants