Fix close
This commit is contained in:
parent
97bbca0e43
commit
7ffffcb8f8
@ -76,7 +76,7 @@ def filteringcon(filters_regex_one):
|
||||
for line in lines:
|
||||
if not line.endswith((tuple(remove_words))):
|
||||
f.write('\n'.join([line + '\n']))
|
||||
f.close()
|
||||
f.close()
|
||||
|
||||
def killingdup(duplicated_file):
|
||||
print('Getting rid of duplicated line')
|
||||
|
Loading…
Reference in New Issue
Block a user