Skip to content

Commit

Permalink
:o(
Browse files Browse the repository at this point in the history
  • Loading branch information
revence27 committed Apr 30, 2012
1 parent 85b3006 commit 6c0786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mother_project/mr_src/mr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def check_for_validity(progress):
location_poll = progress.script.steps.get(poll__name='mrs_location').poll
loc = find_best_response(session, location_poll)
if not loc: return False
print '%s %s' % (loc.type, loc.type == 'district')
print '%s %s' % (loc.type, type(loc.type))
return loc.type == 'district'
except IndexError:
pass
Expand Down

0 comments on commit 6c0786a

Please sign in to comment.