<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 25: Undefined variables in exception handlers</title><link href="https://sourceforge.net/p/diffuse/bugs/25/" rel="alternate"/><link href="https://sourceforge.net/p/diffuse/bugs/25/feed.atom" rel="self"/><id>https://sourceforge.net/p/diffuse/bugs/25/</id><updated>2017-10-02T00:19:40.019000Z</updated><subtitle>Recent changes to 25: Undefined variables in exception handlers</subtitle><entry><title>#25 Undefined variables in exception handlers</title><link href="https://sourceforge.net/p/diffuse/bugs/25/?limit=25#b6e3" rel="alternate"/><published>2017-10-02T00:19:40.019000Z</published><updated>2017-10-02T00:19:40.019000Z</updated><author><name>Derrick Moser</name><uri>https://sourceforge.net/u/dtmoser/</uri></author><id>https://sourceforge.net53fdc810606dc5bc142ea15b794c79cadf24b502</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;These should now be fixed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Undefined variables in exception handlers</title><link href="https://sourceforge.net/p/diffuse/bugs/25/" rel="alternate"/><published>2017-09-30T19:16:01.622000Z</published><updated>2017-09-30T19:16:01.622000Z</updated><author><name>philipp</name><uri>https://sourceforge.net/u/pwprg/</uri></author><id>https://sourceforge.netd6b7d2dcb05cdff25856d2a4cccf517179d49745</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Two exception handlers use undefined variables (in "src/usr/bin/diffuse"):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;_get_svk_repo()&lt;/code&gt; uses &lt;code&gt;config&lt;/code&gt; but should use &lt;code&gt;svkconfig&lt;/code&gt; (line 2648 in r432)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Resources.getString()&lt;/code&gt; uses &lt;code&gt;symbols&lt;/code&gt; but should use &lt;code&gt;symbol&lt;/code&gt; (line 556 in r432)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Both cases were found by "pylint --errors-only".&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>