minor changes
This commit is contained in:
parent
a0ebba802e
commit
4b4da419dd
|
@ -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.
|
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?
|
## 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
|
||||||
|
|
|
@ -83,7 +83,6 @@ class RecordCollection():
|
||||||
|
|
||||||
def write(self, file):
|
def write(self, file):
|
||||||
with filewrapper(file, "w") as fd:
|
with filewrapper(file, "w") as fd:
|
||||||
|
|
||||||
lines = []
|
lines = []
|
||||||
for i in self.objects:
|
for i in self.objects:
|
||||||
if self.objects[i].children:
|
if self.objects[i].children:
|
||||||
|
|
Loading…
Reference in New Issue