activities.py validate --fix
doesn't work for some errors
#1163
Labels
activities.py validate --fix
doesn't work for some errors
#1163
The code uses
self.modified_data
to indicate that something was fixed, but some validation changesdata
instead (which isn't written to file). Maybe get rid ofmodified_data
and set a flag instead.The text was updated successfully, but these errors were encountered: