Skip to content

bears/cron.py: Correct the command

Keshav Garg requested to merge KVGarg/landing:fix_bears_view into master

The defined command was used to return just the names of the bears except returning a dictionary which used to include all the necessary details regarding the coala-bear. The command to get all such info, is similar to current defined command passing an extra argument "--show-details" which returns all the related information.

Fixes #74 (closed)

Merge request reports