Skip to content

Commit

Permalink
my old nemesis, black
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 15, 2024
1 parent 5c4c9fa commit 0956133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_bleed.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def add_reset_cmd(self, cmd: GbiMacro, reset_cmd_dict: dict[GbiMacro]):
cmd_type = type(cmd)
l: SPSetOtherMode = reset_cmd_dict.get("G_SETOTHERMODE_L")
h: SPSetOtherMode = reset_cmd_dict.get("G_SETOTHERMODE_H")
if l or h: # should never be reached, but if we reach it we are prepared
if l or h: # should never be reached, but if we reach it we are prepared
existing_mode = next((mode.startswith(cmd.mode_prefix) for mode in h.flagList + l.flagList), None)
if h and cmd.is_othermodeh:
if existing_mode:
Expand Down

0 comments on commit 0956133

Please sign in to comment.