rockman

Results 1 comments of rockman

That problem is caused by a bug in the 'list_subpartials' method. The code 'partial_filename = Dir[partial_path + "_"]' should be 'partial_filename = Dir[partial_path + "._"]'.