--- a/scripts/uninstall.py Sat Sep 21 20:30:56 2019 +0200 +++ b/scripts/uninstall.py Sat Sep 21 22:03:03 2019 +0200 @@ -211,8 +211,10 @@ # links were not created by install.py return - regPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + \ - "\\User Shell Folders" + regPath = ( + "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + + "\\User Shell Folders" + ) # 1. cleanup desktop links regName = "Desktop"