diff --git a/src/cpl_cli/publish/publisher_service.py b/src/cpl_cli/publish/publisher_service.py index edaa4d75..b9c3a885 100644 --- a/src/cpl_cli/publish/publisher_service.py +++ b/src/cpl_cli/publish/publisher_service.py @@ -51,8 +51,7 @@ class PublisherService(PublisherABC): def dist_path(self) -> str: return self._output_path - @staticmethod - def _get_module_name_from_dirs(file: str) -> str: + def _get_module_name_from_dirs(self, file: str) -> str: """ Extracts module name from directories :param file: