fix PEP8 "E225 missing whitespace around operator"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:30:44 -04:00
parent c54cabe741
commit 7e17fafc14
5 changed files with 6 additions and 6 deletions

View file

@ -879,7 +879,7 @@ def main():
parser.add_option("-I", "--icons", action="store_true", default=False,
help="Resize all the icons exceeding the max pixel size and exit")
parser.add_option("-e", "--editor", default="/etc/alternatives/editor",
help="Specify editor to use in interactive mode. Default "+
help="Specify editor to use in interactive mode. Default " +
"is /etc/alternatives/editor")
parser.add_option("-w", "--wiki", default=False, action="store_true",
help="Update the wiki")