Skip to content

Commit

Permalink
frontend: Fix LibraryEntry removal with no parent
Browse files Browse the repository at this point in the history
fix #2379
  • Loading branch information
mirkobrombin committed Dec 16, 2022
1 parent 624490e commit db08d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/widgets/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def __init__(self, library, uuid, entry, *args, **kwargs):
self.uuid = uuid
self.entry = entry
self.config = self.__get_config()

if self.config is None:
self.__remove_entry()
return

self.program = self.__get_program()
Expand Down

0 comments on commit db08d38

Please sign in to comment.