Issue #14 - Tweaks to edit, create ignore text, tests for ignore text, integrate ignore text

This commit is contained in:
Leigh Morresi
2021-02-26 20:07:26 +01:00
parent 0855017dca
commit 468184bc3a
8 changed files with 213 additions and 16 deletions

View File

@@ -53,7 +53,8 @@ class ChangeDetectionStore:
'previous_md5': "",
'uuid': str(uuid_builder.uuid4()),
'headers': {}, # Extra headers to send
'history': {} # Dict of timestamp and output stripped filename
'history': {}, # Dict of timestamp and output stripped filename
'ignore_text': [] # List of text to ignore when calculating the comparison checksum
}
if path.isfile('/source.txt'):