mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
added more testing
This commit is contained in:
parent
084f0b6a0f
commit
70d8e8bc56
5 changed files with 264 additions and 8 deletions
|
|
@ -359,5 +359,6 @@ FILENAME_PARSE_TRANSFORMS = []
|
|||
for t in json.loads(os.getenv("PAPERLESS_FILENAME_PARSE_TRANSFORMS", "[]")):
|
||||
FILENAME_PARSE_TRANSFORMS.append((re.compile(t["pattern"]), t["repl"]))
|
||||
|
||||
# TODO: this should not have a prefix.
|
||||
# Specify the filename format for out files
|
||||
PAPERLESS_FILENAME_FORMAT = os.getenv("PAPERLESS_FILENAME_FORMAT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue