Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Jan 14, 2025
1 parent 93eec81 commit 64a2674
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cace/parameter/parameter_klayout_lvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ def implementation(self):
return

if self.get_argument('script'):
lvs_script_path = os.path.abspath(
os.path.join(scriptspath, self.get_argument('script'))
)
lvs_script_path = os.path.abspath(
os.path.join(scriptspath, self.get_argument('script'))
)
else:
lvs_script_path = os.path.join(
get_pdk_root(),
Expand All @@ -127,7 +127,9 @@ def implementation(self):
self.result_type = ResultType.ERROR
return

report_file_path = os.path.join(self.param_dir, f'{projname}.lvsdb')
report_file_path = os.path.join(
self.param_dir, f'{projname}.lvsdb'
)

# PDK specific arguments
if self.datasheet['PDK'].startswith('sky130'):
Expand Down

0 comments on commit 64a2674

Please sign in to comment.