Hide error messages in unarchive

This commit is contained in:
Anthony Scemama 2015-03-09 17:59:15 +01:00
parent a9e41fcb65
commit a823ea208e
1 changed files with 3 additions and 3 deletions

View File

@ -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():