mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo
This commit is contained in:
parent
78f9f22a40
commit
e7c7b8f4db
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class ComponentRegistry(object):
|
|||
raise KeyError("%s is not a registered component!" % names)
|
||||
|
||||
for name in names:
|
||||
if name is not in self.components:
|
||||
if name not in self.components:
|
||||
raise KeyError("%s is not a registered component!" % name)
|
||||
|
||||
deferreds = []
|
||||
|
|
Loading…
Add table
Reference in a new issue