<p dir="ltr">Oops, my mistake. I have ##lrm=output raster in the header, but lpf = ... Is the only line in my code.</p>
<p dir="ltr"> I don't get the error message after changing lrm to lpf in the header. I do get another error message, but I think I broke my processing by trying to force an update. I'll test it tomorrow. Sorry about the confusion!</p>

<p dir="ltr">Eric</p>
<div class="gmail_quote">On Mar 22, 2014 5:06 PM, "Eric Goddard" <<a href="mailto:egoddard1010@gmail.com">egoddard1010@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">Ah, I didn't know a file could he specified without a path. Thanks for the clarification!</p>
<div class="gmail_quote">On Mar 22, 2014 4:37 PM, "Victor Olaya" <<a href="mailto:volayaf@gmail.com" target="_blank">volayaf@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

> If I run the same line in the python console, it works correctly:<br>
>>>> radius = 4<br>
>>>> lpf = processing.runalg("saga:simplefilter", "SR_50M_alaska_nad", 0, 0, radius, None)<br>
>>>> processing.load(lpf['RESULT'])<br>
><br>
> Results in the map being loaded.<br>
<br>
Not sure why this is happening. I will try to reproduce the error and<br>
see if it can be fixed<br>
Thanks for the report<br>
<br>
><br>
> Also, if I change the output folder in the processing settings to a<br>
> different location (in this case, tmp/processing in my home folder)<br>
> and run another algorithm in the python console, the RESULT key still<br>
> points to /tmp/processing/...<br>
<br>
This is not a bug. If you do not enter a filename, the output will<br>
always go to a temporary file. The output folder that yu can set in<br>
the settings  is the folder to be used when you enter a filename<br>
without a path (like "myfile.shp", but not "/home/myuser/myfile.shp"),<br>
not the folder to use for temporary files.<br>
<br>
Thanks again!<br>
</blockquote></div>
</blockquote></div>