Skip to content

Commit

Permalink
typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gelzinyte committed Jun 4, 2024
1 parent 0dcc924 commit a1f22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfl/calculators/aims.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _setup_calc_params(self):


def construct_aims_profile(calculator_exec, kwargs_command):
if calculator_exec is not None and "command" in kwargs:
if calculator_exec is not None and "command" in kwargs_command:
raise ValueError("Cannot specify both calculator_exec and command")

# AimsProfile takes "command" and "defult_species_directory"
Expand Down

0 comments on commit a1f22d8

Please sign in to comment.