Loading test/genDevice.py +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ if __name__ =="__main__": if options.install : introot = os.environ["INTROOT"] if introor=="": if introot=="": print("INTROOT variable is not set") exit() os.chdir(mygen._dirs['src']) Loading Loading
test/genDevice.py +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ if __name__ =="__main__": if options.install : introot = os.environ["INTROOT"] if introor=="": if introot=="": print("INTROOT variable is not set") exit() os.chdir(mygen._dirs['src']) Loading