# HG changeset patch # User Ludovic Chabant # Date 1444434552 25200 # Node ID ff714d7f074d0dd9e2022fb68755fe266476df06 # Parent 353a0b30f412f1ca4ebc5a433f59c893b62a1d83 serve: Fix error reporting when the background pipeline fails. diff -r 353a0b30f412 -r ff714d7f074d piecrust/serving/procloop.py --- a/piecrust/serving/procloop.py Sun Aug 16 13:02:19 2015 -0700 +++ b/piecrust/serving/procloop.py Fri Oct 09 16:49:12 2015 -0700 @@ -168,7 +168,7 @@ for entry in self._record.entries: if entry.errors: asset_item = { - 'path': entry.rel_input, + 'path': entry.path, 'errors': list(entry.errors)} item['assets'].append(asset_item)