We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeChecker cmd sum --url http://localhost/Default -n runname Traceback (most recent call last): File "/.../cc_bin/CodeChecker.py", line 101, in main args.func(args) File "/../codechecker/6.0.1/lib/python2.7/libcodechecker/cmd/cmd_line_client.py", line 427, in handle_list_result_types run_ids = map(lambda _, run: run.runId, items) TypeError: () takes exactly 2 arguments (1 given)
The text was updated successfully, but these errors were encountered:
gyorb
No branches or pull requests
CodeChecker cmd sum --url http://localhost/Default -n runname
Traceback (most recent call last):
File "/.../cc_bin/CodeChecker.py", line 101, in main
args.func(args)
File "/../codechecker/6.0.1/lib/python2.7/libcodechecker/cmd/cmd_line_client.py", line 427, in handle_list_result_types
run_ids = map(lambda _, run: run.runId, items)
TypeError: () takes exactly 2 arguments (1 given)
The text was updated successfully, but these errors were encountered: