--- a/scripts/create_windows_links.py Sat Sep 21 20:30:56 2019 +0200 +++ b/scripts/create_windows_links.py Sat Sep 21 22:03:03 2019 +0200 @@ -22,8 +22,10 @@ @param argv list of command line arguments @type list of str """ - regPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + \ - "\\User Shell Folders" + regPath = ( + "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + + "\\User Shell Folders" + ) # 1. create desktop shortcuts regName = "Desktop"