[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How do I turn off "No such file" warnings
From: |
Mike Miller |
Subject: |
Re: How do I turn off "No such file" warnings |
Date: |
Mon, 22 Aug 2016 10:14:34 -0700 |
User-agent: |
Mutt/1.6.2-neo (2016-07-23) |
On Mon, Aug 22, 2016 at 08:43:16 -0400, Ericbarnhill wrote:
> Greetings,
>
> When background processes change directories in the Octave load path I
> receive this warning:
>
> --
> warning: load_path:
> /home/ericbarnhill/Documents/MATLAB/MATLABMRE/full_dicom_sets/MMRE_HC_yk_2014_01_07/Phase:
> No such file or directory
> --
>
> It is not turned off with either of these commands:
>
> warning("off", "Octave:load-file-in-path");
> warning("off", "Octave:autoload-relative-file-name");
>
> Can anyone supply the correct warning to turn off? If it is undocumented,
> would anyone like me to document it somewhere?
There is currently no warning ID associated with these messages, so
there is no way to turn them off individually, only with
warning ("off", "all");
I think it would be worth filing a bug report, since I think it is a
goal that all error and warning messages are associated an ID.
--
mike