mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2025-01-03 01:55:44 +01:00
Hide error messages in unarchive
This commit is contained in:
parent
a9e41fcb65
commit
a823ea208e
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user