Skip to content

Commit

Permalink
Make catch general
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 7ed67a3 commit 80c6109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
try:
check_call(['rpm-ostree', '--version'])
IS_SILVERBLUE = True
except CalledProcessError:
except Exception:
IS_SILVERBLUE = False

if 'TERMUX_VERSION' not in environ:
Expand Down

0 comments on commit 80c6109

Please sign in to comment.