Skip to content

Commit

Permalink
Amend error in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDuffin committed Jun 20, 2024
1 parent ab3e65e commit ea42336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demultiplex/demultiplex.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_runfolder_names(self) -> list:
"""
if self.runfolder_names:
script_logger.info(
script_logger.log_msgs["cmd_line_runfolder"], self.runfolder_name
script_logger.log_msgs["cmd_line_runfolder"], self.runfolder_names
)
runfolder_names = [self.runfolder_names]
else:
Expand Down

0 comments on commit ea42336

Please sign in to comment.