Correct pylint error

This commit is contained in:
Eric Radman 2016-04-07 12:14:20 -04:00 committed by rallytime
parent 20ff5c879a
commit 074b6ab5c2

View file

@ -540,7 +540,7 @@ def file(name,
__env__,
context,
defaults,
False, # skip_verify
False, # skip_verify
**kwargs
)
except Exception as exc: