Add comment on default profile naming convention

This commit is contained in:
Arun Prakash Jana 2017-09-20 09:39:45 +05:30
parent a659ebe061
commit 4a817e583c
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -2568,6 +2568,7 @@ def get_firefox_profile_name(path):
try:
for name in os.listdir(path):
# can be in the format nnnnnn.default or nnnnnn.default-nnnnnn...
if '.default' in name and os.path.isdir(os.path.join(path, name)):
logdbg(name)
return name