10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-09-12 22:48:36 +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 from ezfio import ezfio_obj, ezfio
# Hide errors # Hide errors
#def f(where,txt): def f(where,txt):
# raise IOError raise IOError
#ezfio.error = f ezfio.error = f
def main(): def main():