add bug ref in comment
This commit is contained in:
parent
43261bd11f
commit
ca11f373d5
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class Extension(Plugin):
|
|||
if wrkspc.startswith("special"):
|
||||
item = self.scratches_by_address.get(addr)
|
||||
if not item and self._respawned_scratches:
|
||||
# XXX: hack for windows which aren't related to the process
|
||||
# hack for windows which aren't related to the process (see #8)
|
||||
class_lookup_hack = [
|
||||
self.scratches[name]
|
||||
for name in self._respawned_scratches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue