1. try:
    2. buf = bytearray(37)
    3. if len(systemCode) != 37:
    4. raise Exception("exception sn load error")
    5. except Exception as e:
    6. raise Exception(e)