Skip to content

Commit

Permalink
Small typo fix in the add_LTspiceRunCmdLineSwitches() method of SimCo…
Browse files Browse the repository at this point in the history
…mmander
  • Loading branch information
nunobrum committed Apr 10, 2023
1 parent 825c1d4 commit b651adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyLTSpice/sim_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def add_LTspiceRunCmdLineSwitches(self, *args) -> None:
:type args: list[str]
:returns: Nothing
"""
self.simulator.add_command_line_switche(*args)
self.simulator.add_command_line_switch(*args)

def run(self, run_filename: str = None, wait_resource: bool = True,
callback: Callable[[str, str], Any] = None, timeout: float = 600) -> RunTask:
Expand Down

0 comments on commit b651adc

Please sign in to comment.