(popen)
| 115 | |
| 116 | """ |
| 117 | def handler(popen): |
| 118 | assert popen.returncode != 0 |
| 119 | raise UserException('Could not start hot backup') |
| 120 | |
| 121 | # The difficulty of getting a timezone-stamped, UTC, |
| 122 | # ISO-formatted datetime is downright embarrassing. |
nothing calls this directly
no test coverage detected