Skip to content

Commit abb3fee

Browse files
Samuel FORESTIERHorlogeSkynet
authored andcommitted
Removes subprocess.CalledProcessError from possible exceptions
`subprocess.CalledProcessError` exceptions are now caught since 9260b7b
1 parent 7733ba2 commit abb3fee

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/distro/distro.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -719,10 +719,6 @@ def __init__(
719719
* :py:exc:`OSError`: Some I/O issue with an os-release file or distro
720720
release file.
721721
722-
* :py:exc:`subprocess.CalledProcessError`: The lsb_release command had
723-
some issue (other than not being available in the program execution
724-
path).
725-
726722
* :py:exc:`UnicodeError`: A data source has unexpected characters or
727723
uses an unexpected encoding.
728724
"""

0 commit comments

Comments
 (0)