<div dir="ltr">I got ttat error, but the fix was trivial and my test does not use that module.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 17, 2019 at 4:06 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">> now I'm confused (my usual state...) I am in fact running the identical driver on both branches and it is running as part of chirpw and chirpc. I fixed the syntax errors in run_tests on the py3 branch and stripped almost all drivers out of the drivers directory.<br>
<br>
Yeah, something must be confused. There shouldn't be syntax errors in run_tests.py on the py3 branch:<br>
<br>
> $ hg id<br>
> 3f7c8255f0d1 (py3) tip<br>
> $ python3 -c 'from tests import run_tests' >/dev/null<br>
> $ hg checkout default<br>
> 92 files updated, 0 files merged, 10 files removed, 0 files unresolved<br>
> $ python3 -c 'from tests import run_tests' >/dev/null<br>
> Traceback (most recent call last):<br>
> File "<string>", line 1, in <module><br>
> File "/danplanet/users/dan/dev/py3chirp/tests/__init__.py", line 8, in <module><br>
> from chirp import directory<br>
> File "/danplanet/users/dan/dev/py3chirp/chirp/directory.py", line 21, in <module><br>
> from chirp.drivers import icf, rfinder<br>
> File "/danplanet/users/dan/dev/py3chirp/chirp/drivers/icf.py", line 112<br>
> except errors.InvalidDataError, e:<br>
> ^<br>
> SyntaxError: invalid syntax<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>