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 9b21c8f commit ca72775Copy full SHA for ca72775
build_platform.py
@@ -354,8 +354,8 @@ def extract_dependencies(output):
354
if re.match(r'Used library', line):
355
IS_LIBS_FOUND = True
356
print("Found libraries token using regex")
357
- print("find Version:", line.find(line, 'Version'))
358
- print("find Path:", line.find(line, 'Path'))
+ print("find Version:", line.find('Version'))
+ print("find Path:", line.find('Path'))
359
COLS = [0,line.find('Version'), line.find('Path')]
360
continue
361
else:
0 commit comments