Skip to content
Snippets Groups Projects
Commit 5c4c2de9 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Removed not needed comment

parent 560f8f7e
No related branches found
No related tags found
No related merge requests found
...@@ -124,9 +124,6 @@ class Configurable( six.with_metaclass (ConfigurableMeta.ConfigurableMeta, objec ...@@ -124,9 +124,6 @@ class Configurable( six.with_metaclass (ConfigurableMeta.ConfigurableMeta, objec
try: try:
setattr( conf, n, v ) setattr( conf, n, v )
except AttributeError as originalAttributeError: except AttributeError as originalAttributeError:
# rather annoying that we have to be somewhat silent here (the
# most common cases are 'name' and user kw args to be supplied
# to an overridden __init__)
# now for a completely different can of worms ... # now for a completely different can of worms ...
acceptableKeyWord = False acceptableKeyWord = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment