machristie commented on PR #88: URL: https://github.com/apache/airavata-django-portal/pull/88#issuecomment-1143741311
@dinukadesilva there are some errors in the CI build: https://app.travis-ci.com/github/apache/airavata-django-portal/jobs/571990858 Can you address these? ``` CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0007_applicationsettings, 0007_notificationextension in django_airavata_api). To fix them run 'python manage.py makemigrations --merge' The command "python manage.py migrate" exited with 1. ``` ``` $ flake8 . ./django_airavata/apps/api/serializers.py:1105:5: E125 continuation line with same indent as next logical line ./django_airavata/apps/api/models.py:29:1: E302 expected 2 blank lines, found 1 The command "flake8 ." exited with 1. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
