mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Elucidate comment
This commit is contained in:
parent
bb96b0bc37
commit
3a2d466191
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from .Journal import Journal
|
|||
if TYPE_CHECKING:
|
||||
from jrnl.journals import Entry
|
||||
|
||||
# glob search patterns
|
||||
# glob search patterns for folder/file structure
|
||||
DIGIT_PATTERN = "[0123456789]"
|
||||
YEAR_PATTERN = DIGIT_PATTERN * 4
|
||||
MONTH_PATTERN = "[01]" + DIGIT_PATTERN
|
||||
|
|
Loading…
Add table
Reference in a new issue