Bugfixes for publisher windows support

This commit is contained in:
Sven Heidemann 2021-03-31 11:47:47 +02:00
parent df5e61cf98
commit 7693dd462f

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: