<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 <<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a>> 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">> # HG changeset patch<br>
> # User Kosta A. <<a href="mailto:ve7kcy@gmail.com" target="_blank">ve7kcy@gmail.com</a>><br>
> # Date 1632713960 25200<br>
> # Sun Sep 26 20:39:20 2021 -0700<br>
> # Node ID 5aa2294d78ea241c6573dcf1929475b072e73685<br>
> # Parent 3a40534ccc6e58d9818224eb8182bb62499fac80<br>
> Supress console spew from python-future warning in non-debug builds.<br>
> <br>
> diff --git a/chirp/drivers/anytone778uv.py b/chirp/drivers/anytone778uv.py<br>
> --- a/chirp/drivers/anytone778uv.py<br>
> +++ b/chirp/drivers/anytone778uv.py<br>
> @@ -60,7 +60,7 @@<br>
> has_future = True<br>
> except ImportError:<br>
> has_future = False<br>
> - LOG.warning('python-future package is not '<br>
> + LOG.debug('python-future package is not '<br>
> 'available; %s requires it' % __name__)<br>
<br>
This will fail the style check because you didn't re-align the continued line. I'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>