Przeglądaj źródła

Remove default value from ls() function.

pull/113/head
Jaymes Mosher 7 lat temu
rodzic
commit
279cb88be9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      _modules/linux_netlink.py

+ 1
- 1
_modules/linux_netlink.py Wyświetl plik

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


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

Ładowanie…
Anuluj
Zapisz