mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
don't know how that got in here
This commit is contained in:
parent
01c2fe508e
commit
b10e7abbe8
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ writeable_hint = (
|
||||||
|
|
||||||
def path_check(var, directory):
|
def path_check(var, directory):
|
||||||
messages = []
|
messages = []
|
||||||
print(directory)
|
|
||||||
if directory:
|
if directory:
|
||||||
if not os.path.exists(directory):
|
if not os.path.exists(directory):
|
||||||
messages.append(Error(
|
messages.append(Error(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue