Actions
Bug #23405
closedTracer executable is broken
Status:
Closed
Priority:
Normal
Assignee:
Category:
Client/Agent
Target version:
Description
Found this during testing:
Traceback (most recent call last):
File "bin/katello-tracer-upload", line 13, in <module>
main()
File "bin/katello-tracer-upload", line 10, in main
tracer_upload.upload_tracer_profile()
TypeError: upload_tracer_profile() takes exactly 2 arguments (0 given)
make: *** [docker-test] Error 1
The executable wasn't updated during recent refactoring
Updated by Jonathon Turel over 6 years ago
- Pull request https://github.com/Katello/katello-host-tools/pull/59 added
Updated by Anonymous over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset katello-agent|01198628349d3bf82b2ce3491c62332f951ade8e.
Actions