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
Currently aborting and retrying a script run will complain about missing files. This doesn't really cause issues, but it's not particularly graceful, and it affects the progress counter.
I propose modifying each line of the digest as the file is renamed (perhaps prepending a hash...simple and easy to check for), which the script can look for to skip. It may be worth going a step further and checking that the resultant file exists, as well.
The text was updated successfully, but these errors were encountered:
Currently aborting and retrying a script run will complain about missing files. This doesn't really cause issues, but it's not particularly graceful, and it affects the progress counter.
I propose modifying each line of the digest as the file is renamed (perhaps prepending a hash...simple and easy to check for), which the script can look for to skip. It may be worth going a step further and checking that the resultant file exists, as well.
The text was updated successfully, but these errors were encountered: