minor changes

This commit is contained in:
randomuser 2021-11-22 18:52:18 -06:00
parent a0ebba802e
commit 4b4da419dd
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,7 @@
this repository contains a variety of tools for managing archives. from scanning, to indexing, to converting to a public-facing output, this repository contains my tools for doing these tasks.
## why?
i scan in all of my paper school- and coursework so i can refer to it in from the past.
i scan in all of my paper school- and coursework so i can refer to it in the future from the past.
## todo
[ ] propogate pairs down inheritance trees

View File

@ -83,7 +83,6 @@ class RecordCollection():
def write(self, file):
with filewrapper(file, "w") as fd:
lines = []
for i in self.objects:
if self.objects[i].children: