IBM / api-samples

Samples code that uses QRadar API's
Apache License 2.0
198 stars 82 forks source link

Not following PEP8 for Python Code #4

Closed RyPeck closed 8 years ago

RyPeck commented 9 years ago

Not sure if you guys are following an IBM spec for Python code - but generally people try to follow pep8.

https://www.python.org/dev/peps/pep-0008/ https://pypi.python.org/pypi/pep8

My biggest problem is the tabs. My editor settings expect spaces.

K-Moss commented 9 years ago

Thank you for the feedback RyPeck, We'll look into your suggestion.

davidgpayne commented 9 years ago

The 7.2.4 and master branches have been updated to pass pep8 tests.