diff --git a/bin/unarchive_ezfio.py b/bin/unarchive_ezfio.py index 356a2c0..8a1f7ef 100755 --- a/bin/unarchive_ezfio.py +++ b/bin/unarchive_ezfio.py @@ -8,9 +8,9 @@ import zlib from ezfio import ezfio_obj, ezfio # Hide errors -#def f(where,txt): -# raise IOError -#ezfio.error = f +def f(where,txt): + raise IOError +ezfio.error = f def main():