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
REGEX_BACKUP = re.compile( REGEX_BACKUP = re.compile(
r'\.\w+bak.*', r'\.\w*bak.*',
re.IGNORECASE) re.IGNORECASE)
REGEX_CHROMIUM_PROFILE = re.compile( REGEX_CHROMIUM_PROFILE = re.compile(
r'^(Default|Profile)', r'^(Default|Profile)',