Skip to content

phab sink: Handle None return from lookup_phid()

Ahmon Dancy requested to merge main-I09f016c10853ec8a0d18808dc8610fb1ab3606d0 into main

edit_task: Avoid "TypeError: 'NoneType' object is not subscriptable"
by handling the case where self.lookup_phid(task) returns None.

Merge request reports