You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During #57, we discussed if we want to backup the original config file before modifications, for example as config_backup.yml, see here.
If so, config_backup.yml is not optimal because it would be overwritten every time manual_correction.py starts. I suggest including a timestamp in the filename.
The text was updated successfully, but these errors were encountered:
The newly added
track_corrections
function modifies/overwrites the existing YML config file to track which files have been modified.For example, from the initial
config.yml
:To:
During #57, we discussed if we want to backup the original config file before modifications, for example as
config_backup.yml
, see here.If so,
config_backup.yml
is not optimal because it would be overwritten every timemanual_correction.py
starts. I suggest including a timestamp in the filename.The text was updated successfully, but these errors were encountered: