#!/Users/dlshudson/jenkins_slave/workspace/dials_installer_macos/build_dials/conda_base/python.app/Contents/MacOS/python import sys from xia2.cli.xia2_html import run_with_log if __name__ == '__main__': sys.argv[0] = sys.argv[0].removesuffix('.exe') sys.exit(run_with_log())