Skip to content

Commit

Permalink
fix unittest scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Baintner committed Jul 23, 2024
1 parent fc15c5a commit e7e2eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils_rr/table_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
# NOTE: This variable is being set from renderrob.py since we only know there if a dark or a
# light theme is requested.
COLORS = {}
COLORS = COLORS_DARK


def fix_active_row_path(item: QTableWidgetItem, blend_folder: str) -> None:
Expand Down

0 comments on commit e7e2eec

Please sign in to comment.