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

Don't panic when timestamp file is not found #126

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

Expurple
Copy link
Contributor

@Expurple Expurple commented Mar 26, 2024

Fixes #117.

The new output:

Error: failed to read stamp file /home/dima/code/oss/cargo-sweep/sweep.timestamp

Caused by:
    No such file or directory (os error 2)

@Expurple Expurple changed the title Don't panic when timestamp file is not found (fix #117) Don't panic when timestamp file is not found Mar 26, 2024
Copy link
Collaborator

@marcospb19 marcospb19 left a comment

Choose a reason for hiding this comment

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

Much better, and you even added a test, thanks again 😃.

@marcospb19 marcospb19 merged commit 5075756 into holmgr:master Mar 27, 2024
9 checks passed
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.

Panic when the --file file is not found
2 participants