Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes handling of empty extension matches #15

Open
gretzki opened this issue May 7, 2015 · 1 comment
Open

Fixes handling of empty extension matches #15

gretzki opened this issue May 7, 2015 · 1 comment

Comments

@gretzki
Copy link

gretzki commented May 7, 2015

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

@Stunner
Copy link

Stunner commented Oct 21, 2019

Shouldn't this issue be marked as closed seeing as the referenced pull request has been merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants