Skip to content

get_new_absolute_nodes_path: create Path objects when iterating

Jim Newsome requested to merge jnewsome/chutney:fix-path into main

Otherwise after iterating through this loop once, the next loop crashes due to newdir now being a string, and therefore no exists method.

Merge request reports