Skip to content

Commit

Permalink
corrected argmument name
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed May 21, 2024
1 parent 0f8c099 commit 4c1eaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def start(self):
startTime = datetime.now()

# sets the self.meta_list and self.enclosure_list
self._load_step_file(step_file=self.stepFile, cell_range=self.settings.cellRange)
self._load_step_file(filename=self.stepFile, cell_range=self.settings.cellRange)

if self.settings.exportSolids:
self._export_solids(filename=self.settings.exportSolids)
Expand Down

0 comments on commit 4c1eaf3

Please sign in to comment.