Fix pylint issue in pce functional tests
[transportpce.git] / tests / transportpce_tests / pce / test02_pce_400G.py
index cdea9d7bd4cde219481eae46225a49749f155fd0..db4cb4e2915f67dacfa796dccf0ceb604c5b4f39 100644 (file)
@@ -33,8 +33,8 @@ class TransportPCE400Gtesting(unittest.TestCase):
     @classmethod
     def setUpClass(cls):
         # pylint: disable=bare-except
+        sample_files_parsed = False
         try:
-            sample_files_parsed = False
             TOPO_BI_DIR_FILE = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                             "..", "..", "sample_configs",
                                             "honeynode-topo400G.json")