mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update puppet.py
Fix pylint errors.
This commit is contained in:
parent
59bd6aef5c
commit
1c1a4b4410
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ def run(*args, **kwargs):
|
|||
'''
|
||||
_check_puppet()
|
||||
puppet = _Puppet()
|
||||
|
||||
# new args tuple to filter out agent/apply for _Puppet.arguments()
|
||||
|
||||
# new args tuple to filter out agent/apply for _Puppet.arguments()
|
||||
buildargs = ()
|
||||
for arg in range(len(args)):
|
||||
# based on puppet documentation action must come first. making the same
|
||||
|
|
Loading…
Add table
Reference in a new issue