Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created September 30, 2015 21:57
Show Gist options
  • Save fchevitarese/133fc632ec68827bfe72 to your computer and use it in GitHub Desktop.
Save fchevitarese/133fc632ec68827bfe72 to your computer and use it in GitHub Desktop.
lst_comp.py
# TODO: Verificar se questões estão na lista para serem exportadas...
if export.selected_questions:
data['questions'] = [
q for q in data['questions'] if q in
export.selected_questions['selected_questions']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment