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.
Coverage increased (+0.02%) to 58.14% when pulling eb419a2f760388be44aa64c792338fc539a67b3c on cdrage:format-error-when-generating-genanswers into 4f75612941b38852187d62235c5338c2381c5ef9 on projectatomic:master.
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