<div dir="ltr">Thanks for fixing that.., do the test/style checks run on windows?  Last time I checked they did not, is there another way to validate as i would be happy to run the test.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 28, 2021 at 5:59 PM Dan Smith via chirp_devel &lt;<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">&gt; # HG changeset patch<br>
&gt; # User Kosta A. &lt;<a href="mailto:ve7kcy@gmail.com" target="_blank">ve7kcy@gmail.com</a>&gt;<br>
&gt; # Date 1632713960 25200<br>
&gt; #      Sun Sep 26 20:39:20 2021 -0700<br>
&gt; # Node ID 5aa2294d78ea241c6573dcf1929475b072e73685<br>
&gt; # Parent  3a40534ccc6e58d9818224eb8182bb62499fac80<br>
&gt; Supress console spew from python-future warning in non-debug builds.<br>
&gt; <br>
&gt; diff --git a/chirp/drivers/anytone778uv.py b/chirp/drivers/anytone778uv.py<br>
&gt; --- a/chirp/drivers/anytone778uv.py<br>
&gt; +++ b/chirp/drivers/anytone778uv.py<br>
&gt; @@ -60,7 +60,7 @@<br>
&gt;     has_future = True<br>
&gt; except ImportError:<br>
&gt;     has_future = False<br>
&gt; -    LOG.warning(&#39;python-future package is not &#39;<br>
&gt; +    LOG.debug(&#39;python-future package is not &#39;<br>
&gt;                 &#39;available; %s requires it&#39; % __name__)<br>
<br>
This will fail the style check because you didn&#39;t re-align the continued line. I&#39;ve fixed it for you to apply, but please make sure your patches pass the style checks in the future.<br>
<br>
--Dan<br>
_______________________________________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com" target="_blank">chirp_devel@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" rel="noreferrer" target="_blank">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><br>
</blockquote></div>