Skip to content

Alternative fix for issue #29

Ghost User requested to merge (removed):alternative-fix-issue-29 into master

The do_stats() method did not check whether or not anything had been chosen and so crashed hard if nothing was chosen.

This moves the check whether a repo is chosen into the condition that checks whether no repo name was given.

Merge request reports