Add newline end of file

This commit is contained in:
Chris Nagy 2021-04-10 16:02:48 +02:00
parent ee51a0be13
commit a9e11b1cb7

View File

@ -30,4 +30,4 @@ class Command(BaseCommand):
self.stdout.write(f'Did not create superuser "{PAPERLESS_ADMIN_USER}".')
self.stdout.write('Make sure you specified "PAPERLESS_ADMIN_PASSWORD" in your "docker-compose.env" file.')
except Exception as error:
self.stdout.write(f'Exception occured while creating superuser: {error}')
self.stdout.write(f'Exception occured while creating superuser: {error}')