瀏覽代碼

Remove default value from ls() function.

pull/113/head
Jaymes Mosher 7 年之前
父節點
當前提交
279cb88be9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      _modules/linux_netlink.py

+ 1
- 1
_modules/linux_netlink.py 查看文件

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


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

Loading…
取消
儲存