mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
Creates a data model for the document consumption, allowing stronger typing of arguments and setting of some information about the file only once
This commit is contained in:
@@ -284,7 +284,7 @@ class Consumer(LoggingMixin):
|
||||
|
||||
def try_consume_file(
|
||||
self,
|
||||
path,
|
||||
path: Path,
|
||||
override_filename=None,
|
||||
override_title=None,
|
||||
override_correspondent_id=None,
|
||||
|
Reference in New Issue
Block a user