Skip to content

Fixes handling of empty extension matches #15

Open
@gretzki

Description

@gretzki

If results.group('extension') returns None, the extension variable is None and thus, the following string concatination filename + extension will fail.

Happened in my case when I used the script as follows:
python objc_dep.py ../../objective-c/ios-project-xy/ -i Pods -x "Spec" > projectXY.dot

A bugfix proposal is #14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions