Skip to content
Snippets Groups Projects
Unverified Commit 92155022 authored by Jeremy M Fee's avatar Jeremy M Fee Committed by GitHub
Browse files

Fix linting error in WebServiceUsage

This should fix the travis linting error
parent 27603444
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class WebServiceUsage(object):
ids += "<code>" + obs_id + "</code>"
if idx != len(observatories) - 1:
ids += ", "
if idx % 9 == 0 and idx is not 0:
if idx % 9 == 0 and idx != 0:
ids += "<br/>"
usage_body = """
<!doctype html>
......
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