view chef.py @ 1040:506a5cb1e942

bake: Fix exception verbose reporting for bake worker errors.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Jan 2018 21:22:42 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()