1
0
mirror of https://github.com/gryf/uc1541.git synced 2026-01-30 10:05:48 +01:00

Fix for wrong regex in line matcher

This commit is contained in:
2023-11-20 18:48:47 +01:00
parent 6f359f7191
commit bda541dd92
2 changed files with 3 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ script behaviour:
Changelog
=========
* **3.6** Fixed line matcher for directory entries.
* **3.5** Drop Python2 support.
* **3.4** Code cleanup. Removed dummy logger class and sys.args based argument
parsing.