~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to cloudinit/config/cc_keys_to_console.py

Enable flake8 and fix a large amount of reported issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        (stdout, _stderr) = util.subp(cmd)
58
58
        util.multi_log("%s\n" % (stdout.strip()),
59
59
                       stderr=False, console=True)
60
 
    except:
 
60
    except Exception:
61
61
        log.warn("Writing keys to the system console failed!")
62
62
        raise