If there is no trashbin to import, then there might not even be a trashbin.jsonl to read.
If that happens, do not throw an exception, just quietly return - there is no need to crash out on a "null" trashbin.
Related Issue
Fixes #210
How Has This Been Tested?
CI acceptance test scenario
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
If there is no trashbin to import, then there might not even be a
trashbin.jsonl
to read. If that happens, do not throw an exception, just quietly return - there is no need to crash out on a "null" trashbin.Related Issue
Fixes #210
How Has This Been Tested?
CI acceptance test scenario
Types of changes
Checklist: