mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Remove now unused fill_list
This commit is contained in:
parent
07bb9aa723
commit
6318e920d5
1 changed files with 0 additions and 7 deletions
|
|
@ -309,13 +309,6 @@ class Document(models.Model):
|
||||||
|
|
||||||
return mydictionary
|
return mydictionary
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def fill_list(input_list, length, filler):
|
|
||||||
while len(input_list) < length:
|
|
||||||
input_list.append(slugify(filler))
|
|
||||||
|
|
||||||
return input_list
|
|
||||||
|
|
||||||
def generate_source_filename(self):
|
def generate_source_filename(self):
|
||||||
# Create filename based on configured format
|
# Create filename based on configured format
|
||||||
if settings.PAPERLESS_FILENAME_FORMAT is not None:
|
if settings.PAPERLESS_FILENAME_FORMAT is not None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue