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

Remove some unwraps #51

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Remove some unwraps #51

merged 2 commits into from
Dec 13, 2023

Commits on Dec 12, 2023

  1. convert unwrap to unwrap_or and provide default empty string for an u…

    …nwrap that gets hit whenever a job exits without any output
    
    Signed-off-by: kdesjard <kristian.desjardins@nrcan-rncan.gc.ca>
    Kris-Desjardins committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ca2c71f View commit details
    Browse the repository at this point in the history
  2. convert an unwrap to use ParseError

    Signed-off-by: kdesjard <kristian.desjardins@nrcan-rncan.gc.ca>
    Kris-Desjardins committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0bb9471 View commit details
    Browse the repository at this point in the history