Fix GuiConfiguration playerpath indent

This commit is contained in:
Etoh 2013-05-18 22:09:03 +02:00
parent 23d5bfc501
commit 42778029c8

View File

@ -55,7 +55,7 @@ class GuiConfiguration:
def _tryToFillPlayerPath(self, playerpath):
if os.path.isfile(playerpath):
if os.path.isfile(playerpath):
return playerpath
for path in self._availablePlayerPaths: