You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If
results.group('extension')
returnsNone
, the extension variable isNone
and thus, the following string concatinationfilename + 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
The text was updated successfully, but these errors were encountered: