view chef.py @ 946:8ca228956cc6

publish: Fix shell publisher crash, log `stderr` too.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 00:24:44 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()