Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Sep 9, 2020
1 parent 1773b1f commit 0963af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxform/survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def _setup_choice_translations(name, choice_value, itext_id):
for element in self.iter_descendants():
# Skip creation of translations for choices in filtered selects
# The creation of these translations is done futher below in this
# function(line 614)
# function
parent = element.get("parent")
if parent and not parent.get("choice_filter"):
for d in element.get_translations(self.default_language):
Expand Down

0 comments on commit 0963af6

Please sign in to comment.