Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Gonzalez committed Jun 1, 2024
1 parent 28659e2 commit e12ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer/sim/xcelium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def analog_preparer(self, collect=False, sourcelist=[], sourcedir="", blacklist=
control = ""
if (collect):
sourcepath = os.path.join(os.getcwd(), sourcedir)
control_list = self.retrieve_files(sourcepath, [".scs"])
control_list = self.retrieve_file_list(sourcepath, [".scs"])
else:
control_list = sift_exts(sourcelist, [".scs"])

Expand Down

0 comments on commit e12ff84

Please sign in to comment.