Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix: correctly order args and kwargs
(cherry picked from commit
c76277f1bf
)
version-14
Ankush Menat
hace 2 años
committed by
Mergify
padre
fd25bc533f
commit
d7ac98bb6f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
frappe/utils/__init__.py
+ 1
- 1
frappe/utils/__init__.py
Ver fichero
@@ -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):
Escribir
Vista previa
Cargando…
Cancelar
Guardar