facing error like:
Indentation Error: unintended does not match any outer indentation level,
run_id =id[0]
my code goes like this
else:
                    run_id = id[0]
                    runid_list.append(str(run_id))
                cur.execute("SELECT testcases.slug, WHERE result = 'failed' AND 
                runs.id=" + str(run_id) + "")
                for slug, reason in cur.fetchall():
 
     
    