mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
fixed more
This commit is contained in:
parent
a93d1fb9d5
commit
c524eb6f9e
@ -651,7 +651,7 @@ class Setup:
|
||||
else:
|
||||
print("No shell configuration file found.")
|
||||
|
||||
def remove_duplicates(filename):
|
||||
def remove_duplicates(self, filename):
|
||||
unique_lines = set()
|
||||
with open(filename, 'r') as file:
|
||||
lines = file.readlines()
|
||||
|
Loading…
Reference in New Issue
Block a user