mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make pylint happy
This commit is contained in:
parent
a18dbe0c11
commit
e2c32dc6dc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ def _changes(name,
|
|||
|
||||
# Set gid to None in cases an empty string is passed
|
||||
if gid == '':
|
||||
gid = None
|
||||
gid = None
|
||||
|
||||
if 'shadow.info' in __salt__:
|
||||
lshad = __salt__['shadow.info'](name)
|
||||
|
|
Loading…
Add table
Reference in a new issue