Project

General

Profile

Actions

Bug #7370

open

Local directories that are nested are not properly handled

Added by Ben Magistro 17 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Given a structure of
/tmp/rules/
├── file1.rules
└── nested
└── file2.rules

Today it would try to load this as the following
  • /tmp/rules/file1.rules
  • /tmp/rules/file2.rules
Properly handed this should be
  • /tmp/rules/file1.rules
  • /tmp/rules/nested/file2.rules

No data to display

Actions

Also available in: Atom PDF