jsfenfen/990-xml-reader

Error in documentation import line

Closed this issue · 2 comments

Under IRSX-Use from Python the import line reads from irsx.runner import XMLRunner when it should read from irsx.xmlrunner import XMLRunner.

run_schedule(...) in the documentation should be run_sked(...)

Fixed in ff29ec3. Thanks @thirawr !