mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-11-19 04:22:25 +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
|
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():
|
||||||
|
Loading…
Reference in New Issue
Block a user