fixup! ZBigFile: Add ZBlk format option 'h' (heuristic) (3)
Use type objects instead of strings to refer to formats because with strings scattered here and there it is very easy to cause misbehaviour due to e.g. a typo. With referering to objects by their name, a type is automatically caught either at runtime, or statically via e.g. pyflakes.
Showing
Please register or sign in to comment