Compare commits
2 commits
707cc6bd08
...
597e901f56
Author | SHA1 | Date | |
---|---|---|---|
![]() |
597e901f56 | ||
![]() |
4db3ba6629 |
|
@ -26,7 +26,9 @@ def linesplit(line):
|
||||||
dm = int(dm)
|
dm = int(dm)
|
||||||
pw, fname = line.split(" s ")
|
pw, fname = line.split(" s ")
|
||||||
pw = float(pw)
|
pw = float(pw)
|
||||||
fname = fname.strip().removesuffix("_injected")
|
fname = fname.strip().removesuffix(".fil").removesuffix("_injected")
|
||||||
|
if fname.startswith("/"):
|
||||||
|
fname = fname.split("/")[-1]
|
||||||
return (dm, pw, fname)
|
return (dm, pw, fname)
|
||||||
|
|
||||||
def updateDic(lines, dic):
|
def updateDic(lines, dic):
|
||||||
|
|
Loading…
Reference in a new issue