Browse Source

Remove default value from ls() function.

pull/113/head
Jaymes Mosher 7 years ago
parent
commit
279cb88be9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _modules/linux_netlink.py

+ 1
- 1
_modules/linux_netlink.py View File

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


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

Loading…
Cancel
Save