OpenwaterHealth/openlifu-python

Overwriting a volume can leave a dangling volume file in the database

Aberta

#136 aberto em 16 de out. de 2024

 (2 comentários) (0 reação) (1 responsável)Python (16 forks)auto 404
buggood first issue

Métricas do repositório

Stars
 (24 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

When using Databse.write_volume if we choose to overwrite an existing volume but use a volume file with a different filename, then the old volume file is left there dangling. (It exists only in the filesystem but it is still there in the database directory taking up space.)

Guia do colaborador