fix cookie parsing bug, fix filters bug
This commit is contained in:
@@ -21,7 +21,7 @@ def findDefaultProfile(path):
|
||||
posDot = ms.skipAfterChar(directory,'.')
|
||||
stringParse = ms.dropBeforePos(directory,posDot)
|
||||
log(stringParse)
|
||||
if stringParse == "default":
|
||||
if stringParse == "default-release":
|
||||
target = directory
|
||||
break;
|
||||
if target == '':
|
||||
|
||||
Reference in New Issue
Block a user