Actually, you do have one pep8 error:
25 + # public-keys should only show up if it is non-empty (if user specified one)
That line needs to be 79 chars or less, so split that up, and then I think you're good.
« Back to merge proposal
Actually, you do have one pep8 error:
25 + # public-keys should only show up if it is non-empty (if user specified one)
That line needs to be 79 chars or less, so split that up, and then I think you're good.