taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

check the type of cmd_line_parser arg of TaurusApplication #1065

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

TaurusApplication should raise a TypeError if cmd_line_parser is neither None or a parser returned by taurus.core.util.argparse.get_taurus_parser().

See context in #1064