Skip to content

Fixing issue #32 (including issue #29)

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

This fixes an issue where reposurgeon commands would raise an exception if no argument was given and no repository was chosen.

Additionally this fixes a pylint error:

reposurgeon:5022: [W1504(unidiomatic-typecheck), Repository.hint] Using type() instead of isinstance() for a typecheck.

by replacing the check with isinstance().

Merge request reports