Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Uninstall window] game name and path not replaced #6

Closed
Letiliel opened this issue Dec 13, 2013 · 1 comment
Closed

[Uninstall window] game name and path not replaced #6

Letiliel opened this issue Dec 13, 2013 · 1 comment

Comments

@Letiliel
Copy link
Contributor

The window displays {game} and {path} instead of the actual name and path.

Traceback (most recent call last):
File "/media/data/Creation/Programmation/Programmes/Lutris/lutris/lutris/gui/lutriswindow.py", line 166, in on_remove_game
UninstallGameDialog(game=selected_game, callback=self.on_game_deleted)
File "/media/data/Creation/Programmation/Programmes/Lutris/lutris/lutris/gui/dialogs.py", line 27, in init
self.initialize(**kwargs)
File "/media/data/Creation/Programmation/Programmes/Lutris/lutris/lutris/gui/uninstallgamedialog.py", line 27, in initialize
game_name = game_info['name']
TypeError: 'NoneType' object has no attribute 'getitem'

@strycore
Copy link
Member

yep, same thing as last bug

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants