Compare commits

..

No commits in common. "12beea05a7536ff78c3d2e49c4da2e79eaf66989" and "d600852bec1060df1b6800fc1a2cfa05d6b4265a" have entirely different histories.

View File

@ -64,7 +64,7 @@ class PublisherService(PublisherABC):
:return:
"""
if self._src_path_part in file:
file = file.split(self._src_path_part)[1].replace(self._src_path_part, '', 1)
file = file.replace(self._src_path_part, '', 1)
dirs = os.path.dirname(file).split(self._path_mark)
for d in dirs: