googleinterns/step224-2020

implement check_always_persist() for GCS

Closed this issue · 1 comments

check always persist checks whether files 0-9 which we never delete are still in place

If ! file.exists()
alert()
create_file(“MissingFileName”)
Else
continue

Completed in PR #71