Files
munki/code/client
danhutchings 3cc0cbb320 Add raised exception to manifest retrieval output (#1143)
When running `managedsoftwareupdate` without an internet connection, the below error will happen:

```
ERROR: Could not retrieve managed install primary manifest.
```

This is a rare, but possible situation. Other Munki libraries add the raised exception to the output (ex: download.py). This PR includes a change that will add the raised exception to the manifest retrieval in `core.py`. Below is an example of the output could look like with these changes:

```
ERROR: Could not retrieve managed install primary manifest.: (-1009, "The Internet connection appears to be offline.")
```

For Munki administrators, this will be helpful when trying to diagnose why a system was unable to retrieve the manifest via log files.
2022-06-15 16:38:35 -07:00
..
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2022-05-10 16:09:38 -07:00
2021-03-04 09:35:09 -08:00