Skip to content

Commit

Permalink
Resolved indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkamthe committed Apr 19, 2017
1 parent 57e2445 commit 7fe19d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/kobotoolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ def fetch_answer(sect_form, key, submission):
val = []
if len(sub_option) > 0:
for sub in sub_option:
if sub in options:
val.append(str(options[sub]))
if sub in options:
val.append(str(options[sub]))
val = ', '.join(val)
elif 'photo' in sect_form['type']:
photos = submission['_attachments']
Expand Down

0 comments on commit 7fe19d8

Please sign in to comment.