Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address last pylinter error
Browse files Browse the repository at this point in the history
mitchelbaker-cisa committed Aug 6, 2024
1 parent 0351ca8 commit 8f10dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scubagoggles/utils.py
Original file line number Diff line number Diff line change
@@ -63,4 +63,4 @@ def get_package_version(package: str) -> str:
package_version = version(package)
return package_version
except PackageNotFoundError as e:
raise PackageNotFoundError(f"Package was not found, {e}")
raise PackageNotFoundError("Package was not found") from e

0 comments on commit 8f10dd1

Please sign in to comment.