Explorar el Código

Ugh, another typo

Ask Solem hace 11 años
padre
commit
acf37ac2a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/utils/__init__.py

+ 1 - 1
celery/utils/__init__.py

@@ -339,7 +339,7 @@ def nodesplit(nodename):
 
 def default_nodename(hostname):
     name, host = nodesplit(hostname or '')
-    return nodename(name or NODENAME_DEFAUALT, host or socket.gethostname())
+    return nodename(name or NODENAME_DEFAULT, host or socket.gethostname())
 
 # ------------------------------------------------------------------------ #
 # > XXX Compat