Skip to content

Commit

Permalink
Fix patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Oct 8, 2024
1 parent a6e4465 commit c55a757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ file: >-
_(?P<region>(global))
_(?P<time_step>[a-z0-9-]+)
_(?P<start_year>\d{4})
_(?P<end_year>\d{4}
_(?P<end_year>\d{4})
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ file: >-
_(?P<region>(global))
_(?P<time_step>[a-z0-9-]+)
_(?P<start_year>\d{4})
_(?P<end_year>\d{4}
_(?P<end_year>\d{4})

0 comments on commit c55a757

Please sign in to comment.