Bugfix: browsers.py
* Profile backup detection fixed
This commit is contained in:
parent
d78971019f
commit
b0068e0dce
1 changed files with 1 additions and 1 deletions
|
|
@ -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)',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue