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 85cd0e8 commit 0e1155cCopy full SHA for 0e1155c
homu/server.py
@@ -117,7 +117,7 @@ def result(repo_label, pull):
117
118
@get('/queue/<repo_label:path>')
119
def queue(repo_label):
120
- if (repo_label not in g.cfg['repo']) and (repo_label != 'all'):
+ if repo_label not in g.cfg['repo'] and repo_label != 'all':
121
abort(404)
122
123
logger = g.logger.getChild('queue')
0 commit comments