s/pylint: disable=W0511/pylint: disable=fixme/

This commit is contained in:
Sarina Canelake
2014-11-30 17:50:24 -05:00
parent f663a7fe8d
commit 13946fb844
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ def set_course_tag(user, course_id, key, value):
key: arbitrary (<=255 char string)
value: arbitrary string
"""
# pylint: disable=W0511
# pylint: disable=fixme
# TODO: There is a risk of IntegrityErrors being thrown here given
# simultaneous calls from many processes. Handle by retrying after
# a short delay?