Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Jun 4, 2022
1 parent bc27f36 commit 726270d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ code: |
selected_vals = {}
for col, label, tooltip, is_top_level in separate_column_info:
vals_for_columns[col] = multi_index.get_values(col)
log(f("vals_for_columns[{col}]: {vals_for_columns[col]}")
log(f"vals_for_columns[{col}]: {vals_for_columns[col]}")
field_info = {'label': label, 'field': f'selected_vals["{col}"]',
'datatype': 'multiselect',
'required': False, 'code': f'vals_for_columns["{col}"]'}
Expand Down

0 comments on commit 726270d

Please sign in to comment.