OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Fixed scrape_profiles function calls with only 3 args #139

Closed matusmarhefka closed 6 years ago

matusmarhefka commented 6 years ago

Fixes https://github.com/OpenSCAP/openscap-daemon/issues/137

pep8speaks commented 6 years ago

Hello @matusmarhefka! Thanks for submitting the PR.

Line 101:21: E128 continuation line under-indented for visual indent Line 349:5: E722 do not use bare except' Line 546:1: E305 expected 2 blank lines after class or function definition, found 1

matejak commented 6 years ago

ACK, nice catch!