mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
Fixed dump script TL description regex
This commit is contained in:
parent
7f72e41e0a
commit
923b2ccaff
@ -638,7 +638,7 @@ def normalize_db_entry(line, files_table, vs_parts_table, vs_info_table, fs_info
|
|||||||
return line
|
return line
|
||||||
|
|
||||||
def cleanupEventDescription(description):
|
def cleanupEventDescription(description):
|
||||||
test = re.search("^\D+:\d+$", description)
|
test = re.search("^'\D+:\d+'$", description)
|
||||||
if test is not None:
|
if test is not None:
|
||||||
return re.sub(":\d+", ":<artifact_id>", description)
|
return re.sub(":\d+", ":<artifact_id>", description)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user