parent
adfcfb1bc4
commit
5271f19294
|
@ -51,7 +51,7 @@ def get_dependencies(filename):
|
||||||
except Exception as error:
|
except Exception as error:
|
||||||
print(error)
|
print(error)
|
||||||
return deps
|
return deps
|
||||||
data = data.decode("utf-8")
|
|
||||||
for line in data.splitlines():
|
for line in data.splitlines():
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
if line.startswith("DLL Name:"):
|
if line.startswith("DLL Name:"):
|
||||||
|
|
Loading…
Reference in New Issue