mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update incorrect comment wording
This commit is contained in:
parent
a978f5c091
commit
626930a4e5
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ def fopen(*args, **kwargs):
|
|||
NB! We still have small race condition between open and fcntl.
|
||||
|
||||
'''
|
||||
# Remove lock, uid, gid and mode from kwargs if present
|
||||
# Remove lock from kwargs if present
|
||||
lock = kwargs.pop('lock', False)
|
||||
|
||||
if lock is True:
|
||||
|
|
Loading…
Add table
Reference in a new issue