From 83001e1ab51e97d269194ffccf30e809c34e8094 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 23 Jun 2020 15:39:26 -0700 Subject: [PATCH] PEP8 formatting --- compiler/base/hierarchy_spice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/base/hierarchy_spice.py b/compiler/base/hierarchy_spice.py index 5ba60435..5a15fce5 100644 --- a/compiler/base/hierarchy_spice.py +++ b/compiler/base/hierarchy_spice.py @@ -215,7 +215,7 @@ class spice(): # We don't define self.lvs and will use self.spice if dynamically created # or they are the same file - if self.lvs_file!=self.sp_file and os.path.isfile(self.lvs_file): + if self.lvs_file != self.sp_file and os.path.isfile(self.lvs_file): debug.info(3, "opening {0}".format(self.lvs_file)) f = open(self.lvs_file) self.lvs = f.readlines()