# HG changeset patch # User Ludovic Chabant # Date 1408686738 25200 # Node ID a62452ab5080c51e1153b2eb0f4296bb3a347a56 # Parent f14889d6b067dc053ffbae068ec5c0c0c222b2ce Correctly set the `debug` flag on the app. diff -r f14889d6b067 -r a62452ab5080 piecrust/main.py --- a/piecrust/main.py Thu Aug 21 22:52:05 2014 -0700 +++ b/piecrust/main.py Thu Aug 21 22:52:18 2014 -0700 @@ -141,7 +141,7 @@ if not root: app = NullPieCrust() else: - app = PieCrust(root, cache=pre_args.cache) + app = PieCrust(root, cache=pre_args.cache, debug=pre_args.debug) # Handle a configuration variant. if pre_args.config_variant is not None: