Skip to content

Commit

Permalink
omit/fix from batch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jun 6, 2023
1 parent 4037a81 commit c31265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/launcher/step/lsfStep.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self, name: str, cwd: str, run_settings: RunSettings):
:param run_settings: run settings for entity
:type run_settings: RunSettings
"""
super().__init__(name, cwd)
super().__init__(name, cwd, run_settings)
self.run_settings = run_settings
self.alloc = None
self.managed = True
Expand Down

0 comments on commit c31265d

Please sign in to comment.