Reformat comment

This commit is contained in:
Florian Bruhin 2017-12-04 06:32:54 +01:00
parent fe60556a34
commit 6b65d96fe1

View File

@ -205,7 +205,7 @@ def main():
args = parser.parse_args()
if args.tox:
#workaround for the lack of negative factors in tox.ini
# Workaround for the lack of negative factors in tox.ini
if 'LINK_PYQT_SKIP' in os.environ:
print('LINK_PYQT_SKIP set, exiting...')
sys.exit(0)