From 7693dd462fb3e2d856bf36b4fa5b7a1678c3213c Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 31 Mar 2021 11:47:47 +0200 Subject: [PATCH] Bugfixes for publisher windows support --- src/cpl_cli/publish/publisher_service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: