Closed
Description
On windows I occasionally hit this line https://github.com/pyinvoke/invoke/blob/master/invoke/platform.py#L162 and then hit an exception because struct
is not imported for windows. However, the TODO on L159 suggests maybe code should never get there in the first place? Adding or WINDOWS
on 160 seemed to resolve my issue