--- a/eric6/eric6_post_install.py Sat Sep 21 20:30:56 2019 +0200 +++ b/eric6/eric6_post_install.py Sat Sep 21 22:03:03 2019 +0200 @@ -23,8 +23,10 @@ """ Create Desktop and Start Menu links. """ - regPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + \ - "\\User Shell Folders" + regPath = ( + "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + + "\\User Shell Folders" + ) # 1. create desktop shortcuts regName = "Desktop"