Skip to content
Snippets Groups Projects
Commit abf516ee authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding or in new line according to linting rules

parent 33081856
No related branches found
No related tags found
1 merge request!51Adding pre_certification state for certification page
......@@ -91,8 +91,8 @@ def create_app(config_name):
if (
rc_util.check_state(session["user"].get("username"))
== "certification" or
rc_util.check_state(session["user"].get("username"))
== "certification"
or rc_util.check_state(session["user"].get("username"))
== "pre_certification"
):
return render_template(
......
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