Skip to content

Commit 0fc122b

Browse files
committed
rm query from connection error
1 parent babbede commit 0fc122b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/qiita_redbiom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _redbiom_search(self, query, search_on, callback):
2222
df = redbiom.summarize.contexts()
2323
contexts = df.ContextName.values
2424
except ConnectionError:
25-
callback(([], 'Redbiom is down - contact admin, thanks!' % query))
25+
callback(([], 'Redbiom is down - contact admin, thanks!'))
2626

2727
query = query.lower()
2828
samples, categories = [], []

0 commit comments

Comments
 (0)