We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d6bd9 commit c503677Copy full SHA for c503677
ugrd/base/core.py
@@ -118,7 +118,7 @@ def _process_binaries_multi(self, binary):
118
self.logger.debug("Skipping adding library path for first dependency: %s" % dependency)
119
first_dep = False
120
continue
121
- if dependency.parent not in self['library_paths']:
+ if str(dependency.parent) not in self['library_paths']:
122
self.logger.info("Adding library path: %s" % dependency.parent)
123
# Make it a string so NoDupFlatList can handle it
124
# It being derived from a path should ensure it's a proper path
0 commit comments