2021.04.03 - Readme #18

Merged
edraft merged 231 commits from refs/pull/18/head into 2021.4 2021-03-31 15:42:41 +02:00
Showing only changes of commit 7693dd462f - Show all commits

View File

@@ -51,8 +51,7 @@ class PublisherService(PublisherABC):
def dist_path(self) -> str: def dist_path(self) -> str:
return self._output_path return self._output_path
@staticmethod def _get_module_name_from_dirs(self, file: str) -> str:
def _get_module_name_from_dirs(file: str) -> str:
""" """
Extracts module name from directories Extracts module name from directories
:param file: :param file: