Besides indicating --nologcapture as a command line option, prevent the double dashes (--) from being converted into EN DASH (–).
This same, file – nose/plugins/logcapture.py – has one line with trailing space. I'm happy adding a commit that amends this as well, but what are the guidelines about fixing one particular PEP8 violation on a specific file?
Besides indicating
--nologcapture
as a command line option, prevent the double dashes (--
) from being converted into EN DASH (–
).This same, file –
nose/plugins/logcapture.py
– has one line with trailing space. I'm happy adding a commit that amends this as well, but what are the guidelines about fixing one particular PEP8 violation on a specific file?Thanks!