diff --git a/nPYc/objects/_msDataset.py b/nPYc/objects/_msDataset.py index 397b5ab..dbd0fb7 100644 --- a/nPYc/objects/_msDataset.py +++ b/nPYc/objects/_msDataset.py @@ -1431,7 +1431,7 @@ def _getSampleMetadataFromFilename(self, filenameSpec): # Return failure message if information not able to be inferred for any sample if (self.sampleMetadata['Sample Base Name'].isnull().values.any()): - raise npycToolboxError('Inferring information from filenames failed for some samples, check and amend `filenameSpec` as appropriate and re-start import') + raise npycToolboxError('Inferring information from filenames failed for some samples, check and amend `filenameSpec` as appropriate and re-run') def _inferBatches(self, gapLength=24):