Bugfix: browsers.py

* Profile backup detection fixed
This commit is contained in:
Alan Mason 2017-12-04 07:43:53 -08:00
parent d78971019f
commit b0068e0dce

View file

@ -16,7 +16,7 @@ other_results = {
# Regex
REGEX_BACKUP = re.compile(
r'\.\w+bak.*',
r'\.\w*bak.*',
re.IGNORECASE)
REGEX_CHROMIUM_PROFILE = re.compile(
r'^(Default|Profile)',