Skip to content

Commit

Permalink
utils: fix syntax warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abderrahim committed Sep 20, 2024
1 parent ddce2ad commit 0795f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buildstream/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ def glob(paths: Iterable[str], pattern: str) -> Iterator[str]:
+--------+------------------------------------------------------------------+
| Meta | Description |
+========+==================================================================+
| \* | Zero or more of any character, excepting path separators |
| * | Zero or more of any character, excepting path separators |
+--------+------------------------------------------------------------------+
| \** | Zero or more of any character, including path separators |
| ** | Zero or more of any character, including path separators |
+--------+------------------------------------------------------------------+
| ? | One of any character, except for path separators |
+--------+------------------------------------------------------------------+
Expand Down

0 comments on commit 0795f4b

Please sign in to comment.