Skip to content

Commit

Permalink
[BEAM SIZE] - Label is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jan 31, 2025
1 parent 944528d commit cc355d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubeweb/routes/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def beam_changed(*args, **kwargs):
"shape": "",
"size_x": 0,
"size_y": 0,
"label": 0,
"label": "",
}
_beam = beam_info.get_value()
beam_info_dict.update(
Expand Down

0 comments on commit cc355d6

Please sign in to comment.