We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf22df commit 8860445Copy full SHA for 8860445
1 file changed
codespeed/views_data.py
@@ -119,7 +119,7 @@ def getcomparisonexes():
119
maxlen = 20
120
# add all tagged revs for any project
121
for exe in baselines:
122
- if exe['key'] is not "none" and exe['executable'].project == proj:
+ if exe['key'] != "none" and exe['executable'].project == proj:
123
executablekeys.append(exe['key'])
124
executables.append(exe)
125
0 commit comments