sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
886 stars 211 forks source link

Using an existing case output folder by accident makes the case unfinished #2041

Closed wladimirleite closed 6 months ago

wladimirleite commented 6 months ago

Just a very minor detail that I noticed a long time ago. If the case output folder (-o parameter) is set to an existing case by mistake, the processing is aborted and an error message ("Processing Error: Directory already exists") is shown, which is the correct expected behavior. However, the existing case "finished mark" is reset, so the next time it is opened, a warning message is shown ("Processing didn't finish successfully. Many case items could be missing, including allocated."). This doesn't seem to be the intended behavior, right?

lfcnassif commented 6 months ago

This doesn't seem to be the intended behavior, right?

No, thanks @wladimirleite for catching this!