sdispater / clikit

CliKit is a group of utilities to build beautiful and testable command line interfaces.
MIT License
72 stars 17 forks source link

Allow `cwd` to be missing #43

Closed dimaqq closed 1 year ago

dimaqq commented 3 years ago

Handle missing cwd to close #42 On my system the error is FileNotFoundError, but guess it's parent is better choice, for who knows what other causes there may be for broken cwd. Since this code is ran during error handling, I figure it's better to be defensive.

dimaqq commented 2 years ago

@sdispater poke

dimaqq commented 2 years ago

@sdispater poke