forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tree] Fix globbing of ? when also used as query
When ? is used in TChain::Add in both the filename for globbing and as a starter for a query string, TChain::Add fails to find the intended file, because everything after the first ? is interpreted as the query string. This commit changes the behaviour so that any ? characters before the last '.root' are interpreted as a wildcard characters. Fixes root-project#10239
- Loading branch information
1 parent
b5ad658
commit ef7de92
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters