logilab-common #129786 Fix space/tab usage in registry.py [validation pending]
Hello,
I'm applying this patch to the debian package since registry.py line 808 mixes spaces and tabs in code indentation.
--- a/registry.py +++ b/registry.py @@ -803,7 +803,7 @@ class RegistryStore(dict): and getattr(obj, '__select__', None)): return False elif issubclass(obj, RegistrableInstance): - return False + return False elif not isinstance(obj, RegistrableInstance): return False if not obj.__regid__:Cheers, Sandro | |
priority | normal |
---|---|
type | bug |
done in | 0.59.1 |
load left | 0.000 |
closed by | <not specified> |