IBM / watson-assistant-workbench

Framework for maintaining Watson Assistant data in github repository with bundle of tools for generating, testing and uploading. Travis: https://travis-ci.com/IBM/watson-assistant-workbench. Artifactory (will be deleted after 25 Nov 2019): https://na.artifactory.swg-devops.com/artifactory/webapp/#/artifacts/browse/tree/General/iot-waw-trevis-generic-local.
Apache License 2.0
16 stars 25 forks source link

Fix reading of XML from sys.stdin #365

Open Kseii opened 5 years ago

Kseii commented 5 years ago

Using dialog_xml2json.py with xml at sys.stdin that imports another xml does not work, because the script tries to get the path of the root xml, but the path does not exist.