# HG changeset patch # User osimons # Date 1301491784 0 # Node ID 0ae349142bf260c2319004a40486d33bfe63fd1b # Parent 295594162417fe6c443366b64a32b57a3fe9e0ab Oops. Typo in `local` and `dry_run` slave attachment info logging. Fixes #670. Thanks. diff --git a/bitten/slave.py b/bitten/slave.py --- a/bitten/slave.py +++ b/bitten/slave.py @@ -504,7 +504,7 @@ form_token = recipe._root.attr.get('form_token', '') if self.local or self.dry_run or not form_token: log.info('Attachment %s not sent due to current slave options', - attachment.attr['file']) + attachment.attr['filename']) return resource_type = attachment.attr['resource'] url = str(build_url + '/attach/' + resource_type)