in reply to Re: gunzip exception
in thread gunzip exception

Any idea how to catch it and process by my scripts?

Replies are listed 'Best First'.
Re^3: gunzip exception
by Corion (Patriarch) on Feb 08, 2021 at 11:31 UTC

    The warning is there to tell you (the programmer) that you're doing something wrong. The easiest step would be to stop doing the wrong thing.

      warning as an erorr code i can process by script warning on the screen is good for tests but not for real program running.