We run a daily Python maintenance script that reconcile/posts each one of our child versions to a parent version. For the most part, it runs without a hitch every day. But every once in awhile the Reconcile turns up conflicts which prohibits Posting. The next morning we have to come in and manually run in to see what the conflicts were before continuing.
We would like to incorporate into the script an output that lists the scripts, specifically the conflict window that is displayed when run manually. Is that possible in Python?