Michael Haggerty gave me the name of JPK's upgrade script so we can
point users in the right direction.
return info
def _read_old(self, path, info):
- raise NotImplementedError('No old-style JPK files were available for testing, please send us yours: %s' % path)
+ raise NotImplementedError(
+ "Early JPK files (pre-zip) are not supported by Hooke. Please "
+ "use JPK's `out2jpk-force` script to convert your old files "
+ "to a more recent format before loading them with Hooke.")