10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-08-07 21:10:15 +02:00

Hide error messages in unarchive

This commit is contained in:
Anthony Scemama 2015-03-09 17:59:15 +01:00
parent a9e41fcb65
commit a823ea208e

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