Skip to content

Commit

Permalink
Fix Python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
penguian committed Aug 12, 2024
1 parent a9676ca commit 730ab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/um/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def setup_build_environment(self, env):
b_value = spec.variants[b].value
if b_value:
b_off = f"{b}_off"
b_off_value = spec.variants[b_off].value
b_off_value = spec.variants[b_off].value
if b_off_value:
raise SpecError(
f"Variants +{b} and +{b_off} contradict each other.")
Expand Down

0 comments on commit 730ab8a

Please sign in to comment.