Skip to content

Commit

Permalink
Fix undefined path in _finish_install
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Oct 21, 2018
1 parent be45540 commit bfa6cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lutris/installer/interpreter.py
Expand Up @@ -556,6 +556,7 @@ def _finish_install(self):
game = self.script.get('game')
if game:
launcher, launcher_value = _get_game_launcher(game)
path = None
if launcher_value:
path = self._substitute(launcher_value)
if not os.path.isabs(path):
Expand Down

0 comments on commit bfa6cf8

Please sign in to comment.