objc_dep icon indicating copy to clipboard operation
objc_dep copied to clipboard

Fixes handling of empty `extension` matches

Open gretzki opened this issue 10 years ago • 1 comments

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

gretzki avatar May 07 '15 07:05 gretzki

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

Stunner avatar Oct 21 '19 11:10 Stunner