Misc cleanups, PEP8, conding conventions, spaces, unused imports, False/True comparisons
This commit is contained in:
@@ -87,7 +87,7 @@ def cascade_eval(eval_dict, document, template_node, parent_index_instance=None)
|
||||
else:
|
||||
if result:
|
||||
index_instance, created = IndexInstanceNode.objects.get_or_create(index_template_node=template_node, value=result, parent=parent_index_instance)
|
||||
#if created:
|
||||
# if created:
|
||||
try:
|
||||
fs_create_index_directory(index_instance)
|
||||
except Exception, exc:
|
||||
|
||||
Reference in New Issue
Block a user