2021.4 #19

Merged
edraft merged 237 commits from 2021.4 into master 2021-04-01 10:13:33 +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: