We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17fb7 commit 63d09cdCopy full SHA for 63d09cd
example/wrapper/tool/blockly_to_python.py
@@ -15,7 +15,7 @@
15
from xarm.tools.xml_tool import XmlTool
16
17
# blockly app path
18
-source_path = 'C:\\Users\\ufactory\\.UFACTORY\projects\\test\\xarm7\\app\\myapp\\233\\app.xml'
+source_path = '../example.xml'
19
# the path is the python code to save
20
target_path = './py_blockly.py'
21
xml = XmlTool(source_path)
0 commit comments