Skip to content

Error in repo parsing #25

Description

@larsvilhuber

paths = ['repo']

This line actually hard-codes the string "repo", not the command line argument args.repo.

The correct invocation should be:

paths = [args.repo]
    if args.dir:
        dirs = args.dir.strip().replace(",", " ")
        dirs = dirs.split()
        paths = [join(args.repo, d) for d in dirs]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions