Skip to content
Snippets Groups Projects
Commit 0cdbc399 authored by Brian Moe's avatar Brian Moe
Browse files

zero far printed as "". fixed.

parent 2435bc6a
No related branches found
No related tags found
No related merge requests found
......@@ -512,7 +512,7 @@ def cli_search(request):
",".join([labelling.label.name for labelling in e.labelling_set.all()]),
e.group,
e.get_analysisType_display(),
e.far or "",
e.far,
e.gpstime or "",
e.created.isoformat(),
e.weburl(),
......
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