Hi I tried the example but I noticed this code: `while node['p_id']:` I'm mistaken or because p_id is None he cant execute this? ``` _path.append(node) node = path['nodes'][node['p_id']] ``` Thank you