Update puppet.py

Fix pylint errors.
This commit is contained in:
Mark Rosedale 2015-11-11 11:07:05 -05:00
parent 59bd6aef5c
commit 1c1a4b4410

View file

@ -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