commit | 279cb88be90f4592f7001ca07221c709f4eacd92 | [log] [tgz] |
---|---|---|
author | Jaymes Mosher <jmosher@mirantis.com> | Thu Jun 29 11:03:57 2017 -0600 |
committer | Jaymes Mosher <jmosher@mirantis.com> | Thu Jun 29 11:03:57 2017 -0600 |
tree | 00109c8ab57fff7bf7ad7fdda213d8e35c620bc4 | |
parent | 603e62ab9e5895d3ef02cf30b82bbfc7b19e014d [diff] [blame] |
Remove default value from ls() function.
diff --git a/_modules/linux_netlink.py b/_modules/linux_netlink.py index b1a3c17..52d8a1d 100644 --- a/_modules/linux_netlink.py +++ b/_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. """