uninstall.py

branch
maintenance
changeset 5825
9487c08b6a23
parent 5823
70dfe6a4aa03
child 6048
82ad8ec9548c
diff -r 6411ee48fe91 -r 9487c08b6a23 uninstall.py
--- a/uninstall.py	Thu Jul 06 18:59:43 2017 +0200
+++ b/uninstall.py	Wed Aug 02 13:28:50 2017 +0200
@@ -314,11 +314,9 @@
     """
     if sys.platform.startswith("win"):
         cdn = "_eric6"
-        return os.path.join(os.path.expanduser("~"), cdn)
     else:
         cdn = ".eric6"
-        return os.path.join(
-            os.path.expanduser("~{0}".format(os.getlogin())), cdn)
+    return os.path.join(os.path.expanduser("~"), cdn)
 
 
 def main(argv):

eric ide

mercurial