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
Actions