Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDuffin committed Jul 10, 2024
1 parent 567c153 commit 7b4641f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbox/toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def check_for_missing_fastqs(self) -> None:
fastq_dir_file
): # Exclude undetermined
try:
seglh_namingSample.from_string(fastq_dir_file)
seglh_naming.Sample.from_string(fastq_dir_file)
sample_name = [
sample_name
for sample_name in self.samplename_dict.keys()
Expand Down Expand Up @@ -830,7 +830,7 @@ def check_for_missing_fastqs(self) -> None:
self.sample_obj = SampleObject(
sample_name,
self.pipeline,
logger,
self.logger,
self.fastq_dir_path,
self.nexus_paths,
self.nexus_runfolder_suffix,
Expand Down

0 comments on commit 7b4641f

Please sign in to comment.