Closed jaipreet-s closed 5 years ago
If a file is added or removed, the prev_content or curr_content could be empty. This causes the read_notebook method to fail.
prev_content
curr_content
read_notebook
This case should be handled gracefully.
If a file is added or removed, the
prev_content
orcurr_content
could be empty. This causes theread_notebook
method to fail.This case should be handled gracefully.