PEP8 formatting

This commit is contained in:
mrg 2020-06-23 15:39:26 -07:00
parent e849a9b973
commit 83001e1ab5
1 changed files with 1 additions and 1 deletions

View File

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