From d11b162f2430c63c8074f938c73c97de15fe838a Mon Sep 17 00:00:00 2001
From: Russell Harrison <rharriso@redhat.com>
Date: Fri, 29 Jan 2016 14:54:26 -0500
Subject: Fixing last pylint error

---
 roles/lib_dyn/library/dyn_record.py | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'roles')

diff --git a/roles/lib_dyn/library/dyn_record.py b/roles/lib_dyn/library/dyn_record.py
index ec51e9cf1..da9909ee2 100644
--- a/roles/lib_dyn/library/dyn_record.py
+++ b/roles/lib_dyn/library/dyn_record.py
@@ -182,6 +182,9 @@ def main():
 
     # Start the Dyn session
     try:
+        # dyn_session is needed to access the other objects but rarely gets
+        # used on its own.
+        #pylint: disable=unused-variable
         dyn_session = DynectSession(module.params['customer_name'],
                                     module.params['user_name'],
                                     module.params['user_password'])
-- 
cgit v1.2.3