instance: Import logging, handle eexceptions

2 jobs from logging in 2 minutes 16 seconds (queued for 1 second)
Status Job ID Name Coverage
  Lint
failed #1085
flake8

02:16

 
  Test
skipped #1086
test
 
Lint flake8
Alternatively, run a command inside the virtualenv with pipenv run.
$ git submodule sync --recursive
Synchronizing submodule url for 'recircle/interface_openstack'
$ git submodule update --init --recursive
$ pipenv run flake8
./recircle/recircle/settings/local.py:1:1: F403 'from .base import *' used; unable to detect undefined names
./recircle/recircle/settings/local.py:8:10: F405 'LOCAL_APPS' may be undefined, or defined from star imports: .base
./recircle/recircle/settings/local.py:9:5: F405 'LOGGING' may be undefined, or defined from star imports: .base
ERROR: Job failed: exit code 1