z5267282 / mve

Movie editor
MIT License
0 stars 0 forks source link

No you cannot delete remaining anymore #87

Closed z5267282 closed 4 months ago

z5267282 commented 4 months ago

It must always exist! It will not be auto created for you

z5267282 commented 4 months ago
    if os.path.exists(fst.REMAINING):
        check_and_exit_if.files_remaining()

this structure was previously used in cf5750c to say that it was okay if remaining did not exist, but if it did exist, then it couldn't have files.

z5267282 commented 4 months ago

Now there's no excuse, you specify configs as command-line args, so no need to delete remaining.json.

z5267282 commented 4 months ago

Done in 9742aab