Explorar el Código

Remove default value from ls() function.

pull/113/head
Jaymes Mosher hace 7 años
padre
commit
279cb88be9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _modules/linux_netlink.py

+ 1
- 1
_modules/linux_netlink.py Ver fichero

@@ -3,7 +3,7 @@
import re


def ls(regex=r'^[a-z0-9]+$'):
def ls(regex):
"""
Provide a list of network interfaces.
"""

Cargando…
Cancelar
Guardar