Skip to content

Commit 63d09cd

Browse files
author
vinman
committed
update
1 parent 9b17fb7 commit 63d09cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/wrapper/tool/blockly_to_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from xarm.tools.xml_tool import XmlTool
1616

1717
# blockly app path
18-
source_path = 'C:\\Users\\ufactory\\.UFACTORY\projects\\test\\xarm7\\app\\myapp\\233\\app.xml'
18+
source_path = '../example.xml'
1919
# the path is the python code to save
2020
target_path = './py_blockly.py'
2121
xml = XmlTool(source_path)

0 commit comments

Comments
 (0)