Skip to content

Fix unresolved reference#17

Merged
kemccusker merged 1 commit intomainfrom
cli_fix
Sep 27, 2022
Merged

Fix unresolved reference#17
kemccusker merged 1 commit intomainfrom
cli_fix

Conversation

@brews
Copy link
Copy Markdown
Member

@brews brews commented Sep 27, 2022

Fixes bug in CLI script where tries to catch CalledProcessError, which is undefined, needs to catch subprocess.CalledProcessError, instead.

Fixes bug in CLI script where tries to catch `CalledProcessError`, which is undefined, needs to catch `subprocess.CalledProcessError`, instead.
@brews brews added the bug Something isn't working label Sep 27, 2022
@brews brews self-assigned this Sep 27, 2022
@kemccusker kemccusker merged commit db34ee5 into main Sep 27, 2022
@kemccusker kemccusker deleted the cli_fix branch September 27, 2022 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants