Skip to content

scripts/fix_tma_db_manager.py

Overview

This file contains 3 documented elements.

Functions

fix_db_manager(file_path)

Corregge il metodo insert_tma_values.

Parameters: - file_path

main()

No description available. Entry point of the script that orchestrates the correction of the insert_tma_values function in the target file pyarchinit_db_manager.py. It verifies that the file exists at the hardcoded path, then delegates the fix operation to fix_db_manager(), printing a success or failure message based on the result. Returns 0 on success or 1 if the file is not found or the fix process fails, with the return value passed directly to sys.exit().