mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Pylint linting
This commit is contained in:
parent
71e75ed1ab
commit
f308ae5519
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ def list_vms(user_view=None):
|
|||
return render_template('list_vms.html', user=user, user_view=user_view, vms=vms)
|
||||
|
||||
|
||||
@app.route("/pools")
|
||||
@app.route('/pools')
|
||||
def list_pools():
|
||||
user = User(session['userinfo']['preferred_username'])
|
||||
if app.config['FORCE_STANDARD_USER']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue