On Tuesday, 8 May 2018 17.50.58 WEST Scott Kostyshak wrote: > Thanks for trying. I'm not surprised, since my two computers have very > simliar setups so if I can reproduce on one and not on the other, this > is probably a tricky issue. > > Scott
Hi Scott, since you can reproduce this issue could you, please, insert above line 73 the following: print(sys.argv, file=sys.stderr) The second part is not necessary just to be in line with all the other warnings and errors that go to stderr. :-) The purpose as Kornel suggested is just to see what is the content of the arguments that convertDefault.py is called with. Regards, -- José Abílio