ソースを参照

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.
"""

読み込み中…
キャンセル
保存