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

« back to all changes in this revision

Viewing changes to tests/unittests/test_handler/test_handler_power_state.py

Enable flake8 and fix a large amount of reported issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 
120
120
    try:
121
121
        float(timeout)
122
 
    except:
 
122
    except Exception:
123
123
        errs.append("timeout failed convert to float")
124
124
 
125
125
    if len(errs):