[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: tarsnapper



> snapshot and it tries to parse the remainder as a date. Still, it
> would probably better to just warn in case of an error like this and
> not abort I think.

This could further be improved by using a more precise regex for
matching the date, but for now, I've made sure it'll output a warning
and skip the filename.

> assert len(deltas) >= 2, "At least two deltas are required"
>    TypeError: object of type 'NoneType' has no len()

This is now also fixed in git.

Thanks for finding those.

Michael