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 9923582 commit a443e16Copy full SHA for a443e16
scripts/schema-dump.py
@@ -91,7 +91,6 @@ def format_yaml(var):
91
parser.add_option("--json", action='store_true')
92
(options, args) = parser.parse_args()
93
94
- print sys.argv, args
95
url = args[0]
96
roundup_server = xmlrpclib.ServerProxy(url, allow_none=True)
97
schema = roundup_server.schema()
0 commit comments