mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix lint - remove unnecessary parenthesis
This commit is contained in:
parent
cb3dfee969
commit
c749c276b4
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def _gen_keep_files(name, require):
|
|||
|
||||
relative = os.path.relpath(path, directory)
|
||||
|
||||
return (not relative.startswith(os.pardir))
|
||||
return not relative.startswith(os.pardir)
|
||||
|
||||
def _process(name):
|
||||
ret = set()
|
||||
|
|
Loading…
Add table
Reference in a new issue