Skip to content

Commit

Permalink
change variable name in mantid script
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 21, 2023
1 parent c18608d commit 369c099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mvesuvio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def yes(self):
return self.__yes


def set_config(cache_directory="", experiment_id="", ip_folder_dirctory=""):
config_args = ConfigArgInputs(cache_directory, experiment_id, ip_folder_dirctory)
def set_config(cache_directory="", experiment_id="", ip_folder=""):
config_args = ConfigArgInputs(cache_directory, experiment_id, ip_folder)
main(config_args)

def run(yes_to_all=False):
Expand Down

0 comments on commit 369c099

Please sign in to comment.