Get the WiFi-specific network data file path
()
| 3930 | 'warnings': result.get('warnings', []), |
| 3931 | 'restart_pending': False, |
| 3932 | } |
| 3933 | if not result.get('ok'): |
| 3934 | compact['error'] = result.get('error') or 'Update failed' |
| 3935 | compact['code'] = result.get('code', '') |
| 3936 | compact['hint'] = result.get('hint', '') |
| 3937 | return compact |
| 3938 | if result.get('already_current'): |
| 3939 | compact['message'] = 'Already up to date.' |
| 3940 | return compact |
no test coverage detected