projectatomic / atomicapp

[UNMAINTAINED] This is the reference implementation of the Nulecule container application Specification: Atomic App
102 stars 71 forks source link

Formatting error with anymarkup and genanswers #786

Closed cdrage closed 8 years ago

cdrage commented 8 years ago

Seems that self.answers_format isn't passed in correctly to _write_answers when using atomicapp genanswers correctly.

Resulting in an error where anymarkup believes the format is 'None'. This commit explicitley passes self.answers_format which defaults to 'ini' if nothing is passed.

Closes https://github.com/projectatomic/atomicapp/issues/785

dustymabe commented 8 years ago

LGTM

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 58.14% when pulling eb419a2f760388be44aa64c792338fc539a67b3c on cdrage:format-error-when-generating-genanswers into 4f75612941b38852187d62235c5338c2381c5ef9 on projectatomic:master.