Looks like I'm getting an error as well. I was getting similar messages from 279 but it didn't halt the bash patch build. 280 does halt the build though...
Traceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 4478, in Execute patchFile.buildPatch(log,SubProgress(progress,0.8,0.9)) File "E:\Games\Oblivion\Mopy\bosh.py", line 13872, in buildPatch patcher.buildPatch(log,SubProgress(subProgress,index)) File "E:\Games\Oblivion\Mopy\bosh.py", line 19182, in buildPatch race.eyes.sort(key=lambda x: eyeNames.get(x))AttributeError: 'set' object has no attribute 'sort'
Here is what 279 reports with the same load of mods that I ran with 280. However, 279 does not halt the build...
Traceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 1350, in OnItemSelected self.details.SetFile(modName) File "E:\Games\Oblivion\Mopy\basher.py", line 1462, in SetFile tagsStr = '\n'.join(sorted(modInfo.getBashTags()))TypeError: sequence item 4: expected string, Path foundTraceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 1350, in OnItemSelected self.details.SetFile(modName) File "E:\Games\Oblivion\Mopy\basher.py", line 1462, in SetFile tagsStr = '\n'.join(sorted(modInfo.getBashTags()))TypeError: sequence item 0: expected string, Path foundTraceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 1350, in OnItemSelected self.details.SetFile(modName) File "E:\Games\Oblivion\Mopy\basher.py", line 1462, in SetFile tagsStr = '\n'.join(sorted(modInfo.getBashTags()))TypeError: sequence item 4: expected string, Path foundTraceback (most recent call last): File "E:\Games\Oblivion\Mopy\basher.py", line 1350, in OnItemSelected self.details.SetFile(modName) File "E:\Games\Oblivion\Mopy\basher.py", line 1462, in SetFile tagsStr = '\n'.join(sorted(modInfo.getBashTags()))TypeError: sequence item 0: expected string, Path found