Skip to content

Commit 2901cb5

Browse files
committed
Defaulted "stripxml" parameter to true in cloud cli tool.
1 parent 5409b19 commit 2901cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-cli/cloudapis/cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CloudAPI:
1616
def __init__(self,
1717
server="127.0.0.1:8096",
1818
responseformat="xml",
19-
stripxml="false"
19+
stripxml="true"
2020
):
2121
self.__dict__.update(locals())
2222

0 commit comments

Comments
 (0)