Skip to content

Commit e72002e

Browse files
committed
Link Issue
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 3123a35 commit e72002e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

case_mapping/uco/observable.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,10 @@ def __init__(self, browser=None, history_entries=None):
527527
# }
528528
# )
529529
# # TODO AJN: This is one instance of xsd:nonNegativeInteger.
530-
# # I'm uncertain at the moment if there are other instances in
531-
# # the ontology requiring nonNegativeIntegers; if so, the
532-
# # FacetEntity class needs to have a helper function added.
530+
# # There are other instances in the ontology requiring
531+
# # nonNegativeIntegers. Hence, the FacetEntity class needs to
532+
# # have a helper function added.
533+
# # https://github.com/casework/CASE-Mapping-Python/issues/37
533534
# self["uco-observable:manuallyEnteredCount"] = {
534535
# "@type": "xsd:nonNegativeInteger",
535536
# "@value": "%d" % manually_entered_count,

0 commit comments

Comments
 (0)