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
ENH: remove all prior existing citation files first
- makes it friendly to the cases where all output is under git-annex.
.write_text() just opens a file in "w" mode so it would fail on
annex protected file.
- if previous run did succeed generating e.g. .html file, if subsequent run
fails, updated version of .html would not be generated and provided
CITATION files could get out of sync.
Removing all CITATION* files prior generation resolves both of the issues.
0 commit comments