|
|
046c512e6b
|
added comments
|
2021-03-14 14:33:22 +11:00 |
|
|
|
f88ef2542f
|
updated dups.py to have a DupRow class to store the data in a way dot-notation works consistently in Duplicates class, also moved attributes into top of __init__ for consistency, but needed for DupRow to work (implies the attributes are not globally shared per DupRow, which would not work). Broke into a couple more functions for readability, and added back the first-pass duplicate row creation into AddDups -- that needs a better name too
|
2021-03-14 11:51:56 +11:00 |
|
|
|
8ff61dddfa
|
trialing a new duplicate class to deal more consistently with the various types of duplicates -- mostly to enable "auto" deleting of duplicates in specific conditions, e.g. in both an import dir and storage dir - just delete dups from import dir
|
2021-03-13 12:36:16 +11:00 |
|