mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove comment
This commit is contained in:
parent
6d877bb48b
commit
c0f735dde3
1 changed files with 0 additions and 2 deletions
|
@ -2599,8 +2599,6 @@ def blockreplace(path,
|
|||
# We do not use in-place editing to avoid file attrs modifications when
|
||||
# no changes are required and to avoid any file access on a partially
|
||||
# written file.
|
||||
#
|
||||
# We could also use salt.utils.filebuffer.BufferedReader
|
||||
try:
|
||||
fi_file = io.open(path, mode='r', encoding=file_encoding)
|
||||
for line in fi_file:
|
||||
|
|
Loading…
Add table
Reference in a new issue