mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Use currently... importing... instead of "vs"
This commit is contained in:
parent
915382f2c7
commit
3baf29a6b7
@ -84,9 +84,10 @@ class Command(BaseCommand):
|
|||||||
if self.version != version.__full_version_str__:
|
if self.version != version.__full_version_str__:
|
||||||
self.stdout.write(
|
self.stdout.write(
|
||||||
self.style.WARNING(
|
self.style.WARNING(
|
||||||
"Version mismatch:"
|
"Version mismatch: "
|
||||||
f" {self.version} vs {version.__full_version_str__}."
|
f"Currently {version.__full_version_str__},"
|
||||||
" Continuing, but import may fail",
|
f" importing {self.version}."
|
||||||
|
" Continuing, but import may fail.",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user