mirror of https://gitlab.com/bashrc2/epicyon
Check that tag file exists
parent
2f66f72d3c
commit
22360c908a
|
@ -661,6 +661,8 @@ def removeTagsForNickname(baseDir: str,nickname: str,domain: str,port: int) -> N
|
||||||
if not filename.endswith(".txt"):
|
if not filename.endswith(".txt"):
|
||||||
continue
|
continue
|
||||||
tagFilename=os.path.join(baseDir+'/accounts/',filename)
|
tagFilename=os.path.join(baseDir+'/accounts/',filename)
|
||||||
|
if not os.path.isfile(tagFilename):
|
||||||
|
continue
|
||||||
if matchStr not in open(tagFilename).read():
|
if matchStr not in open(tagFilename).read():
|
||||||
continue
|
continue
|
||||||
with open(tagFilename, "r") as f:
|
with open(tagFilename, "r") as f:
|
||||||
|
|
Loading…
Reference in New Issue