mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Remove duplicate.
This commit is contained in:
parent
14e69bb8f1
commit
de4deec97c
@ -265,7 +265,6 @@ class Client(object):
|
||||
# Use shallow copy so we don't disturb the memory used by os.walk. Otherwise this breaks!
|
||||
del dirs[:]
|
||||
else:
|
||||
stripped_root = os.path.relpath(root, path)
|
||||
for found_file in files:
|
||||
stripped_root = os.path.relpath(root, path).replace('/', '.')
|
||||
if found_file.endswith(('.sls')):
|
||||
|
Loading…
Reference in New Issue
Block a user