commit | 80e9b65fdf9b1172e02de606cc193a6723791828 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Nov 02 14:21:04 2017 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Nov 14 11:14:53 2017 -0600 |
tree | e9a31f07ad46d355cc48acefda19591c982619fd | |
parent | 7af95886a9daa61df76d4e0c159e4302cd43d470 [diff] |
Fix pep8 errors in pdmgen.py Change-Id: I16cbfa2a3ed646f3ca0aeee0e71b3ada39062941 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/src/pdmgen.py b/src/pdmgen.py index 9ed27cd..efff03d 100755 --- a/src/pdmgen.py +++ b/src/pdmgen.py
@@ -176,6 +176,7 @@ return a + class Metadata(Argument): '''Metadata type arguments.''' @@ -194,6 +195,7 @@ return a + class Indent(object): '''Help templates be depth agnostic.'''