You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIMS seems to strip all fields of trailing blank spaces. This causes cg/apps/lims/order.py:79 to crash since the key we're using may contain a trailing blank space but in the dict it has been stripped. Resulting in a KeyError
The text was updated successfully, but these errors were encountered:
Description
LIMS seems to strip all fields of trailing blank spaces. This causes
cg/apps/lims/order.py:79
to crash since the key we're using may contain a trailing blank space but in the dict it has been stripped. Resulting in a KeyErrorThe text was updated successfully, but these errors were encountered: