Preferences/__init__.py

changeset 5519
ab19452732df
parent 5443
3ef014765648
child 5523
4ca7f05b1efe
--- a/Preferences/__init__.py	Sun Feb 12 19:01:03 2017 +0100
+++ b/Preferences/__init__.py	Mon Feb 13 19:04:58 2017 +0100
@@ -1868,6 +1868,7 @@
                     viewProfiles[name][2].append(
                         QByteArray.fromBase64(bs.encode("utf-8")))
         else:
+            # TODO: Remove this branch
             # migrate from the old ViewProfiles settings
             try:
                 profiles = prefClass.settings.value("UI/ViewProfiles")

eric ide

mercurial