Skip to content

Commit

Permalink
Attempting to add proposal number to puck label
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekar committed Oct 2, 2023
1 parent ed862b9 commit 0c06632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/dewar_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ def add_samples_to_puck_tree(
)
return

parentItem.setText(f"{index_label} pass-{sample['proposalID']}")

position_s = f'{j+1}-{sample.get("name", "")}'
item = QtGui.QStandardItem(
QtGui.QIcon(ICON),
Expand Down

0 comments on commit 0c06632

Please sign in to comment.