Skip to content

Commit

Permalink
smallest commit ever
Browse files Browse the repository at this point in the history
  • Loading branch information
meguiraun authored and marcus-oscarsson committed Oct 3, 2023
1 parent 0123539 commit fa06f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcube3/routes/beamline.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def set_func(name, _th=set_type_hint):
"""
rd = _th["value"].parse_raw(request.data)
getattr(app.mxcubecore.get_adapter(rd.name.lower()), attr)(rd)
return "Value set successfull"
return "Value set successfully"

set_func.__name__ = f"{atype}_set_value"

Expand Down

0 comments on commit fa06f72

Please sign in to comment.