You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
when i operate Node,i find that i can create,but cann't delete.so i analyse the url,i add some code(print(kw["url"])) to see what the url like. in the window,the url is wrong,it like "http://127.0.01/nodes\centos1"
the reason is that in windows platform os.path.join function will concat path use "\",not "/"
when i operate Node,i find that i can create,but cann't delete.so i analyse the url,i add some code(print(kw["url"])) to see what the url like. in the window,the url is wrong,it like "http://127.0.01/nodes\centos1"
the reason is that in windows platform os.path.join function will concat path use "\",not "/"
useage:
output:
The text was updated successfully, but these errors were encountered: