Remove duplicate.

This commit is contained in:
Mike Place 2013-11-01 11:59:18 -06:00
parent 14e69bb8f1
commit de4deec97c

View File

@ -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')):