The first column should show the file contents, not the metadata.

This commit is contained in:
Andrew Hamilton 2016-01-24 22:05:28 +00:00
parent e29e13ead9
commit 428fad7903

View file

@ -562,7 +562,7 @@ flog.dependencies = set()
def generic_tools():
return [metadata, view]
return [view, metadata]
def tools_for_extension():