diff --git a/printer-linter/src/printerlinter/linters/profile.py b/printer-linter/src/printerlinter/linters/profile.py index a0b3c93836..12e358f0b8 100644 --- a/printer-linter/src/printerlinter/linters/profile.py +++ b/printer-linter/src/printerlinter/linters/profile.py @@ -23,8 +23,7 @@ class Profile(Linter): def checklengthofProfileName(self) -> Iterator[Diagnostic]: - data = self._isNameSizeBIggerThanThreshhold() - """ Check if there is a dot in the directory name, MacOS has trouble signing and notarizing otherwise """ + """ check the name of profile and where it is found""" name_of_profile, found = self._getprofileName() if len(name_of_profile) > Profile.MAX_SIZE_OF_NAME: yield Diagnostic(