Skip to content

Commit

Permalink
roll back change
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jun 27, 2024
1 parent bd9ce8a commit 81d6e8c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,7 @@ def main():
logger.info(f"check parity with cmd: {parity_cmd}")
parity_check(parity_cmd)
except Exception as e:
logger.exception(f"An error occurred while verifying parity: {e}", exc_info=True)
sys.exit(-1)
logger.warning(f"An error occurred while verifying parity: {e}", exc_info=True)

if __name__ == "__main__":
main()

0 comments on commit 81d6e8c

Please sign in to comment.