I get a half-complete json file and the error TypeError: Object of type 'ProgressBarType' is not JSON serializable (stderr is here: err.txt ). .txt and .yaml report formats seem to work fine. Pickle (report.pickle) also gives an error ( TypeError: write() argument must be str, not bytes )
When calling atropos as follows:
I get a half-complete json file and the error
TypeError: Object of type 'ProgressBarType' is not JSON serializable
(stderr is here: err.txt ). .txt and .yaml report formats seem to work fine. Pickle (report.pickle
) also gives an error (TypeError: write() argument must be str, not bytes
)