mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
codestyle
This commit is contained in:
parent
28622d700d
commit
c1fc8b2dac
2 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,6 @@ from django.conf import settings
|
|||
from django.template.defaultfilters import slugify
|
||||
|
||||
|
||||
|
||||
def create_source_path_directory(source_path):
|
||||
os.makedirs(os.path.dirname(source_path), exist_ok=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue