Opened 9 years ago
Closed 9 years ago
#637 closed defect (fixed)
Toolshed: missing 'logger' arg
| Reported by: | Eric Pettersen | Owned by: | Conrad Huang |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Tool Shed | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
In toolshed/info.py on line 653, the call to _get_api() is missing the mandatory 'logger' arg. I don't see how you are going to access the logger from that code or I would fix it myself.
Note:
See TracTickets
for help on using tickets.
Fixed in 89f6694. Pass in logger to _conver_keyword_types() from calling method so that it can pass it through to _get_api.