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.
CI Fix
Browse files Browse the repository at this point in the history
Alexhuszagh committed Sep 7, 2024
1 parent 259fe41 commit c238b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/breeze_theme.py
Original file line number Diff line number Diff line change
@@ -304,7 +304,8 @@ def _get_theme_macos() -> Theme:
return Theme.LIGHT
except subprocess.CalledProcessError:
# We can't read these defaults, just try using our libcs
pass
# TODO: Reset to pass...
raise

# NOTE: We do this so we don't need imports at the global level.
try:

0 comments on commit c238b52

Please sign in to comment.