Przeglądaj źródła

fix: correctly order args and kwargs

(cherry picked from commit c76277f1bf)
version-14
Ankush Menat 2 lat temu
committed by Mergify
rodzic
commit
d7ac98bb6f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/utils/__init__.py

+ 1
- 1
frappe/utils/__init__.py Wyświetl plik

@@ -459,7 +459,7 @@ def get_site_base_path():


def get_site_path(*path):
return get_path(base=get_site_base_path(), *path)
return get_path(*path, base=get_site_base_path())


def get_files_path(*path, **kwargs):


Ładowanie…
Anuluj
Zapisz