Checking kit integrity on import.
This commit is contained in:
@@ -22,4 +22,8 @@ def check_is_power_user(ctx:dict) -> bool:
|
||||
except Exception as e:
|
||||
logger.debug(f"Check encounteded unknown error: {type(e).__name__} - {e}")
|
||||
check = False
|
||||
return check
|
||||
return check
|
||||
|
||||
|
||||
def create_reagent_list(in_dict:dict) -> list[str]:
|
||||
return [item.strip("lot_") for item in in_dict.keys()]
|
||||
Reference in New Issue
Block a user