Browse Source

[minor] sort get_sites

version-14
Anand Doshi 9 years ago
parent
commit
1a4966f949
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/utils/__init__.py

+ 1
- 1
frappe/utils/__init__.py View File

@@ -387,7 +387,7 @@ def get_sites(sites_path=None):
# is a dir and has site_config.json
sites.append(site)

return sites
return sorted(sites)

def get_request_session(max_retries=3):
from requests.packages.urllib3.util import Retry


Loading…
Cancel
Save