stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
254 stars 94 forks source link

fix: use type_is_string to detect string type #410

Open xiaoliu-heng opened 3 weeks ago

xiaoliu-heng commented 3 weeks ago

fix issue #409

chrisbeardy commented 3 weeks ago

thanks for this, I've been meaning to look into this issue as i think it may be the same problem as #356 and #405. Since you're on the train of thought, could you check if it fixes these issues too (or the same solution is required), be good to close all 3 issues in one go!

xiaoliu-heng commented 3 weeks ago

yes, I have already tested it on the actual PLC hardware.

xiaoliu-heng commented 3 weeks ago

but it should only fixed the device notification

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 10521631021

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 10177041600: 0.0%
Covered Lines: 1721
Relevant Lines: 1813

💛 - Coveralls