scripts/create_windows_links.py

changeset 7257
c4d0cac9b5c9
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r 4ef3b78ebb4e -r c4d0cac9b5c9 scripts/create_windows_links.py
--- 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"

eric ide

mercurial