Dag Wieers
dca6e2d94d
nxos_interface: AttributeError: 'NoneType' object has no attribute 'group' ( #38544 )
...
This fixes an issue we recently encounteredi with nxos_interface:
```
Traceback (most recent call last):
File "/tmp/ansible_JmLoba/ansible_module_nxos_interface.py", line 777, in main
have = map_config_to_obj(want, module)
File "/tmp/ansible_JmLoba/ansible_module_nxos_interface.py", line 606, in map_config_to_obj
obj['speed'] = re.search(r'speed (\d+)', body).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
```
2018-04-26 12:27:35 +05:30
..
2018-03-15 22:15:24 +01:00
2018-04-04 02:43:58 +02:00
2018-03-15 22:15:24 +01:00
2018-04-24 18:05:50 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-04-05 15:51:39 +01:00
2018-04-24 18:05:50 +01:00
2018-04-17 06:47:37 -07:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-03-29 15:59:46 -05:00
2018-03-15 22:15:24 +01:00
2018-04-18 11:41:54 -07:00
2018-04-24 19:45:07 +01:00
2018-04-25 07:16:11 -07:00
2018-01-26 18:40:12 +00:00
2018-04-24 18:05:50 +01:00
2018-04-24 18:05:50 +01:00
2018-03-06 12:01:07 +00:00
2018-04-18 11:41:54 -07:00
2018-04-18 11:41:54 -07:00
2018-03-15 22:15:24 +01:00
2018-04-24 18:05:50 +01:00
2017-09-14 11:42:20 +01:00
2017-09-14 11:42:20 +01:00
2018-01-30 19:00:29 +00:00
2018-01-24 21:48:41 +05:30
2018-02-06 19:11:44 +00:00
2017-12-07 20:25:55 +00:00
2018-03-20 10:01:36 +00:00
2018-03-15 22:15:24 +01:00
2018-04-26 12:27:35 +05:30
2018-04-24 18:05:50 +01:00
2018-03-15 22:15:24 +01:00
2018-04-04 07:49:01 -06:00
2018-04-05 13:29:33 +01:00
2017-08-15 23:12:08 -07:00
2018-04-04 07:48:22 -06:00
2018-02-13 14:00:48 +00:00
2018-04-20 08:52:20 +01:00
2018-03-15 22:15:24 +01:00
2018-03-15 22:15:24 +01:00
2018-04-18 11:41:54 -07:00
2016-12-08 11:22:22 -05:00