python 2.7 - How to continue execution of fabricate based software when error is encountered -


there tool uses fabricate makefile , saxon xslt processor run , build xslt based project. program executed using main python script executes several files. have issue python script stopping when error encountered (for example if there syntax error in xsl template file, error comes on screen , execution stopped). want file execute when there error , log error file. know how log error file dont know how continue execution of program when error encountered. please answer question example because difficult understand theory.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -