Doug Le Tough

Results 2 comments of Doug Le Tough

Same here after a connection loss. Removing all *items* files did the trick: `find ./ -type f -name "*.items*" -exec rm {} \;`

For the record, after having searched such a tool in vain, I coded the same in Python2. It has been tested and it worked as expected. ```python #!/usr/bin/env python #...