scripts/install-debugclients.py

changeset 6959
dfb8a57de154
parent 6942
2602857055c5
child 7192
a22eee00b052
--- a/scripts/install-debugclients.py	Fri Apr 19 17:48:40 2019 +0200
+++ b/scripts/install-debugclients.py	Sat Apr 20 19:41:19 2019 +0200
@@ -293,7 +293,7 @@
     
     installFromSource = not os.path.isdir(sourceDir)
     if installFromSource:
-        sourceDir = os.path.dirname(__file__) or "."
+        sourceDir = os.path.abspath("..")
         eric6SourceDir = os.path.join(sourceDir, "eric6")
     
     # cleanup source if installing from source

eric ide

mercurial