I am new to python language. My problem is I have two python scripts : Automation script A and a main script B. Script A internally calls script B. Script B exits whenever an exception is caught using sys.exit(1) functionality. Now, whenever script B exits it result in exit of script A also. Is there any way to stop exiting script A and continue its rest of execution, even if script B exits.
Thanks in advance.
scriptB? viaimportor some sort of syscall?