Netflix / aminator

A tool for creating EBS AMIs. This tool currently works for CentOS/RedHat Linux images and is intended to run on an EC2 instance.
Apache License 2.0
950 stars 170 forks source link

Decorator ordering bug #229

Closed bmoyles closed 9 years ago

bmoyles commented 9 years ago

Dumb mistake in my last set of changes -- @classmethod and @staticmethod amongst others need to be the last decorators applied to methods since they turn things into descriptors.

cloudbees-pull-request-builder commented 9 years ago

aminator-pull-requests #212 SUCCESS This pull request looks good