mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove a blank line to satisfy linter
This commit is contained in:
parent
9c248aa14c
commit
385640765b
1 changed files with 0 additions and 1 deletions
|
@ -1551,7 +1551,6 @@ def _validate_opts(opts):
|
|||
if isinstance(opts.get('return'), list):
|
||||
opts['return'] = ','.join(opts['return'])
|
||||
|
||||
|
||||
# RAET on Windows uses 'win32file.CreateMailslot()' for IPC. Due to this,
|
||||
# sock_dirs must start with '\\.\mailslot\' and not contain any colons.
|
||||
# We don't expect the user to know this, so we will fix up their path for
|
||||
|
|
Loading…
Add table
Reference in a new issue