mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix overly long line
This commit is contained in:
parent
5c8db05769
commit
2600e404d5
1 changed files with 3 additions and 1 deletions
|
@ -2077,7 +2077,9 @@ def script(source,
|
|||
# Create a temp working directory
|
||||
cwd = tempfile.mkdtemp(dir=__opts__['cachedir'])
|
||||
win_cwd = True
|
||||
salt.utils.win_dacl.set_permissions(obj_name=cwd, principal=runas, permissions='full_control')
|
||||
salt.utils.win_dacl.set_permissions(obj_name=cwd,
|
||||
principal=runas,
|
||||
permissions='full_control')
|
||||
|
||||
path = salt.utils.files.mkstemp(dir=cwd, suffix=os.path.splitext(source)[1])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue